I am trying to download lbpcascade_profileface.xml.
CascadeClassifier cad; cad.load("C:/opencv/data/lbpcascades/lbpcascade_profileface.xml");
The following error will appear:
OpenCV Error: Parsing error (C:/opencv/data/lbpcascades/lbpcascade_profileface.x ml(1): Comments are not allowed here) in unknown function, file ..\..\..\src\ope ncv\modules\core\src\persistence.cpp, line 1818
What to do?
source share