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