Ask Your Question

ppgun's profile - activity

2019-08-19 09:14:50 -0600 marked best answer cmake build error for 'trancascade' app

Hi,

I followed https://docs.opencv.org/master/d7/d9f..., opencv-4.1.1dev to install succesfully opencv on ubuntu16.04.

When i was following https://docs.opencv.org/master/dc/d88... to try use traincascade, i couldnt find the 'traincascade' app in my opencv/build/bin, then i checked /opencv/apps/CmakeLists.txt, i found that the line "ocv_add_app(traincascade)" was commented out, then i uncommented it.

back to /opencv/build, i run command "cmake ." without problem, but next i run command "make", there poped out plenty of errors, mainly telling:

old_ml.hpp error CvFileStorage has not been declared old_ml.hpp error CvFileNode has not been declared
old_ml.hpp error read_split has not been declared

Can someone tell how to fix this? thanks in advance!

2019-08-15 23:25:55 -0600 commented answer cmake build error for 'trancascade' app

Hi, thanks so much, i did as you said and now i have it.

2019-08-14 07:41:49 -0600 asked a question cmake build error for 'trancascade' app

cmake build error for 'trancascade' app Hi, I followed https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.htm