Hi,
Im running on OSX mojave 10.14.6 and im facing issue that it miss 2 scripts after the opencv's installation ..
After installing opencv from the repo github (https://github.com/opencv/opencv), it installed all apps script except opencv_createsamples & opencv_traincascade ..
How i installed the package :
- git clone https://github.com/opencv/opencv
- cd opencv
- mkdir build
- cd build
- cmake ..
( i remark on this step, in the opencv/build/apps/ directory, there is no createsample & traincascade folder)
- make -j 4
- sudo make install
Do you guys know why im facing this issue please ?
Thanks by advance for your help