mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
Adding of user-defined type conversions for python bindings inside module directories
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
This commit is contained in:
3
modules/features2d/misc/python/pyopencv_features2d.hpp
Normal file
3
modules/features2d/misc/python/pyopencv_features2d.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#ifdef HAVE_OPENCV_FEATURES2D
|
||||
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
|
||||
#endif
|
||||
Reference in New Issue
Block a user