↧
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 ArticleComment 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 Articlecascade 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
More Pages to Explore .....