1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +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

@@ -0,0 +1,7 @@
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/xobjdetect.hpp"
#endif