Ask Your Question
0

where is cvCreateTrainingSamples() function?

asked 2019-10-18 09:18:34 -0600

looking thru createsamples.cpp and noticed that cvCreateTrainingSamples() is called, but isnt in the code and also couldnt find it in any of the #include files. i am new to c++ but have experience in several other programming languages. just wondering where that is and for future reference what is a good way to find where a function and or variable exists if not in the same file? thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-10-18 10:30:09 -0600

berak gravatar image

updated 2019-10-19 05:32:35 -0600

you can use the search bar on the opencv github repo, like this:

https://github.com/opencv/opencv/sear...

in this case, careful. the cascade training code is broken due to deprecaed C-api usage, and might be no more maintained in the future..

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-10-18 09:18:34 -0600

Seen: 107 times

Last updated: Oct 19 '19