Ask Your Question
0

traincascade app. documentation

asked 2013-08-10 17:24:32 -0600

updated 2013-08-12 09:23:49 -0600

Hello. Is there a good documentation for traincascade application? . As a complete reference to the classes and structures present in the app. I see the source code and it has very few comments. Thank very much for your help.

edit retag flag offensive close merge delete

Comments

GilLevi gravatar imageGilLevi ( 2013-08-11 04:41:37 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-11 04:53:47 -0600

rockinfresh gravatar image

This are what I used for my haar training previously...

http://docs.opencv.org/doc/user_guide/ug_traincascade.html, http://www.technolabsz.com/2011/08/how-to-do-opencv-haar-training.html and other one which is not a website but my own documentation. Do let me know if u want that, I can try copy paste the whole thing down.

Actually, U can try googling. I think I recall seeing more links before.

edit flag offensive delete link more

Comments

Thanks for reply, but i look for a documentation of "the implementation" of the traincascade, this is for add new features to the application "default features" (haar, hog), for example SURF features. A complete explanation of the "source code" is the best description of what I look.

Akaguasu gravatar imageAkaguasu ( 2013-08-11 16:22:49 -0600 )edit
1

There is no rule by rule guide on the implementation of the traincascade. However, if you read first the basics of what is called boost, adaBoost, cascade classification, ... you will notice that the code becomes more clearer. Digging into the source code is always a hard tasks with these custom made packets. Especially when the author didn't leave much comments.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-12 06:53:46 -0600 )edit

Question Tools

Stats

Asked: 2013-08-10 17:24:32 -0600

Seen: 542 times

Last updated: Aug 12 '13