mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 13:53:03 +04:00
Generate enum bindings automatically
This commit is contained in:
@@ -5,9 +5,4 @@
|
||||
typedef HOGDescriptor::HistogramNormType HOGDescriptor_HistogramNormType;
|
||||
typedef HOGDescriptor::DescriptorStorageFormat HOGDescriptor_DescriptorStorageFormat;
|
||||
|
||||
CV_PY_FROM_ENUM(HOGDescriptor::HistogramNormType);
|
||||
CV_PY_TO_ENUM(HOGDescriptor::HistogramNormType);
|
||||
CV_PY_FROM_ENUM(HOGDescriptor::DescriptorStorageFormat);
|
||||
CV_PY_TO_ENUM(HOGDescriptor::DescriptorStorageFormat);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user