1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00
Files
opencv_contrib/modules/xobjdetect/misc/python/pyopencv_xobjdetect.hpp
WU Jia 3f609aa21c 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.
2024-03-21 23:40:54 +03:00

9 lines
234 B
C++

#ifdef HAVE_OPENCV_XOBJDETECT
#include "opencv2/xobjdetect.hpp"
typedef HOGDescriptor::HistogramNormType HOGDescriptor_HistogramNormType;
typedef HOGDescriptor::DescriptorStorageFormat HOGDescriptor_DescriptorStorageFormat;
#endif