diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index f404c0625..fa5f50211 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -138,7 +138,7 @@ typedef Ptr Ptr_StereoSGBM; typedef Ptr Ptr_ChannelFeatureBuilder; typedef Ptr Ptr_CLAHE; typedef Ptr Ptr_LineSegmentDetector; - + typedef SimpleBlobDetector::Params SimpleBlobDetector_Params; typedef cvflann::flann_distance_t cvflann_flann_distance_t;