Ask Your Question
-1

OpenCV Function Not in Docs... Need Help!

asked 2014-11-19 09:54:43 -0600

Hi there, I need help figuring out how to use these functions:

opencv_createsamples

opencv_traincascade

Currently there is NO DOCUMENTATION AT ALL for these functions. Searching the docs has 0 results (except for a tutorial that doesn't provide the full documentation needed). Could someone provide me with some insight on how to use these functions? Specifically I am looking to find out which arguments the functions take in the Python form of OpenCV

Also, please do not suggest to just "go find a tutorial." I would not have made an account on this website just to ask this question if I had not already done that. I need documentation, not a tutorial.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-11-19 18:23:22 -0600

Hi!

opencv_createsamples and opencv_traincascade are not opencv function... They are executable you have to build (using CMake rule BUILD_opencv_apps).

The source code can be found in /apps/traincascade and /apps/haartraining of the opencv repository... Then you can use this tutorial to understand how to use the programs!

Good luck ;)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-19 09:54:43 -0600

Seen: 282 times

Last updated: Nov 19 '14