Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 4 articles
Browse latest View live

Answer by Bibliarij for Hello all! For my own implementation of Viola-Jones...

It is possible to use `CvHaarClassifierCascade` structure in such manner: CvHaarClassifierCascade* c = (CvHaarClassifierCascade*)cvLoad("haarcascade_frontalface_alt.xml", 0, 0, 0); for (int i = 0;...

View Article


Comment by Bibliarij for Hello all! For my own implementation of Viola-Jones...

mmm, ok, thanks

View Article

Comment by berak for Hello all! For my own implementation of Viola-Jones...

btw, i just found, that there's an option in the haartraining tool (from haartraining.htm) : `-` mode selects the type of haar features set used in training. BASIC use only upright features, while ALL...

View Article

cascade classifier data structure

Hello all! For my own implementation of Viola-Jones algorithm partly I use some methods and structures of OpenCV. For example, reading of images to structure CvMat. Now I need to use cascade...

View Article
Browsing all 4 articles
Browse latest View live