init - 初始化项目
This commit is contained in:
8
modules/objdetect/misc/python/pyopencv_objdetect.hpp
Normal file
8
modules/objdetect/misc/python/pyopencv_objdetect.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef HAVE_OPENCV_OBJDETECT
|
||||
|
||||
#include "opencv2/objdetect.hpp"
|
||||
|
||||
typedef HOGDescriptor::HistogramNormType HOGDescriptor_HistogramNormType;
|
||||
typedef HOGDescriptor::DescriptorStorageFormat HOGDescriptor_DescriptorStorageFormat;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user