Ask Your Question
0

opencv_traincascade and opencv_createsample on windows

asked 2013-03-26 08:53:56 -0600

Sylvain gravatar image

updated 2013-03-26 08:58:07 -0600

I need to use a cascade classifier. I've read these guide which is prety clear.

I use Windows 7 I've already use OpeNCV for 2 or 3 project in java, i've install it with this guide, with the prebuild libraries

But when i'm trying those command, windows can't find them... i guess it's an install problem, but i can't find what's wrong. Sorry... noob problem...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2013-03-26 11:25:39 -0600

Go to your OpenCV folder, and look for a folder called apps. There you will find the source code of both haartraining and cascade training. Load the code into a project and compile it :) It will generate exe files that you can use for training.

edit flag offensive delete link more

Comments

1

Okay, it was a noob problem. Thank you very much :)

Sylvain gravatar imageSylvain ( 2013-03-27 03:36:32 -0600 )edit
1

Thanks! I've been searching for the source code of traincascade.exe for days.

Jiang gravatar imageJiang ( 2015-03-07 19:18:07 -0600 )edit

Question Tools

Stats

Asked: 2013-03-26 08:53:56 -0600

Seen: 5,784 times

Last updated: Mar 26 '13