Hey, I built opencv 4.0.0 with cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_opencv_apps=ON -D OPENCV_EXTRA_MODULES_PATH=<path_to...>/modules .. However, in "build/app" there are no createsamples and traincascade. There are annotation, inte...
trying to build OpenCV but getting many errors when run "make -j7". The errors are in train cascade apps folder files. Steps to reproduce Downlaod master code. remove comments for create cascade and traincascade in Cmake file of apps directory. Configure and Generate using CMake Gui. Run ...