I need to install facedetect in matlab but it needs opencv library files and it has to be included during the compilation. So where is it? (In UbuntuStudio)!
I need to install facedetect in matlab but it needs opencv library files and it has to be included during the compilation. So where is it? (In UbuntuStudio)!
Please install
libopencv-dev
first.The library/header files are the in
/usr/include/opencv2
.