C++ code train own classifier [closed]

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

Nbb gravatar image

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... 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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-25 08:19:44.132553

Comments

3

http://answers.opencv.org/questions/q...

(it's a mystery to me, how you could miss that on this site)

also see the docs , and the code is in the opencv/apps folder.

berak gravatar imageberak ( 2015-05-29 03:14:52 -0600 )edit
1

HAHA! This is not possible!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-05-29 04:09:18 -0600 )edit
2

http://answers.opencv.org/questions/q... (it's a mystery to me, how you could miss that on this site) also see the docs , and the code is in the opencv/apps folder. by: berak

Sorry i accidentally marked my own comment as an answer. I don't know how to mark other comments as the answer.

Nbb gravatar imageNbb ( 2015-05-29 04:45:52 -0600 )edit

^^ no problem, we can handle that.

berak gravatar imageberak ( 2015-05-29 05:06:47 -0600 )edit