1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect (#3692)

* Move objdetect parts to contrib

* Move objdetect parts to contrib

* Fix errors from CI build.

* Minor fixes.
This commit is contained in:
WU Jia
2024-03-22 04:40:54 +08:00
committed by GitHub
parent 8f3a61b83c
commit 3f609aa21c
150 changed files with 758909 additions and 77 deletions

View File

@@ -46,7 +46,7 @@
#include "opencv2/ts/cuda_perf.hpp"
#include "opencv2/cudaobjdetect.hpp"
#include "opencv2/objdetect.hpp"
#include "opencv2/xobjdetect.hpp"
namespace opencv_test { using namespace perf; }