You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build frei0r 3.2.3 on Alpine Linux with opencv 5.0.0 and get a compile error:
frei0r-3.2.3/src/filter/facebl0r/facebl0r.cpp:67:9: error: 'CascadeClassifier' in namespace 'cv' does not name a type
67 | cv::CascadeClassifier cascade;
| ^~~~~~~~~~~~~~~~~
I build frei0r 3.2.3 on Alpine Linux with opencv 5.0.0 and get a compile error:
According https://github.com/opencv/opencv/wiki/OpenCV-4-to-5-migration#objdetect-haar-and-hog-moved-to-contrib,
CascadeClassifieris moved to thexobjdetectmodule inopencv_contrib, which header file is no included in<opencv2/opencv.h>.