TomRiddle

Results 31 issues of TomRiddle

when trying to run the code getting the following error ` g++ facedetect-test.cpp` ```facedetect-test.cpp:(.text+0x33): undefined reference to `FaceRec::FaceRec()' facedetect-test.cpp:(.text+0x6f): undefined reference to `cv::VideoCapture::VideoCapture(int)' facedetect-test.cpp:(.text+0x83): undefined reference to `cv::VideoCapture::operator>>(cv::Mat&)' facedetect-test.cpp:(.text+0xb9): undefined...