mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-22 16:08:41 +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:
8
modules/xobjdetect/misc/python/pyopencv_xobjdetect.hpp
Normal file
8
modules/xobjdetect/misc/python/pyopencv_xobjdetect.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef HAVE_OPENCV_XOBJDETECT
|
||||
|
||||
#include "opencv2/xobjdetect.hpp"
|
||||
|
||||
typedef HOGDescriptor::HistogramNormType HOGDescriptor_HistogramNormType;
|
||||
typedef HOGDescriptor::DescriptorStorageFormat HOGDescriptor_DescriptorStorageFormat;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user