CLAHE Python bindings

This commit is contained in:
abidrahmank
2013-08-13 19:51:32 +05:30
parent 843094a07f
commit 96c1df14f4
2 changed files with 9 additions and 8 deletions

View File

@@ -123,6 +123,7 @@ typedef Ptr<FeatureDetector> Ptr_FeatureDetector;
typedef Ptr<DescriptorExtractor> Ptr_DescriptorExtractor;
typedef Ptr<Feature2D> Ptr_Feature2D;
typedef Ptr<DescriptorMatcher> Ptr_DescriptorMatcher;
typedef Ptr<CLAHE> Ptr_CLAHE;
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;