Merge pull request #12678 from cv3d:cleanup/python/enums

This commit is contained in:
Alexander Alekhin
2018-09-28 16:07:21 +00:00
8 changed files with 31 additions and 68 deletions
@@ -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