Cannot find src folder

asked 2018-03-01 03:27:50 -0600

SP gravatar image

updated 2018-03-01 05:28:00 -0600

berak gravatar image

The facial recognition documentation (https://docs.opencv.org/2.4/modules/c...) keeps referring to some src/ folder but I cannot find it. Please help.

edit retag flag offensive close merge delete

Comments

that's an example, it won't exist on your box. see here and the script is here

(in the end, you'll probably want to write your own code to gather the train images, like traversing image dirs with cv::glob())

berak gravatar imageberak ( 2018-03-01 05:24:45 -0600 )edit