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:
7
modules/xobjdetect/perf/perf_precomp.hpp
Normal file
7
modules/xobjdetect/perf/perf_precomp.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __OPENCV_PERF_PRECOMP_HPP__
|
||||
#define __OPENCV_PERF_PRECOMP_HPP__
|
||||
|
||||
#include "opencv2/ts.hpp"
|
||||
#include "opencv2/xobjdetect.hpp"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user