Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2015-05-29 03:10:25 -0600

Nbb gravatar image

C++ code train own classifier

Hello forum,

Is there a full C++ code for my to train my own classifier to detect an object eg. a mug ? I have been reading through https://github.com/Itseez/opencv/blob/master/apps/traincascade/haarfeatures.cpp to understand how the functions work but i think its not an efficient way of learning. I have watched youtube videos and googled online and have understood how adaboost and viola jones work individually. However, I have no clue how they work together.

I have been looking online for a working code for me to edit to detect my own object using haar features / adaboost. If anyone knows of any website with a downloadable code I would appreciate it if you could post it here. Thanks.