1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

removed the old C API for Haar-based object detection; use CascadeClassifier from now on

This commit is contained in:
Vadim Pisarevsky
2018-11-06 15:39:37 +03:00
parent 687fa6a8ca
commit b8175f8976
7 changed files with 12 additions and 2863 deletions
-1
View File
@@ -6,6 +6,5 @@
#include "opencv2/ts.hpp"
#include "opencv2/objdetect.hpp"
#include "opencv2/objdetect/objdetect_c.h"
#endif