exposed LineSegemntDetector to python

This commit is contained in:
Alexander Mordvintsev
2013-09-19 18:41:08 +04:00
committed by Vadim Pisarevsky
parent 4b203f7b1a
commit f0b050fa88
2 changed files with 7 additions and 6 deletions

View File

@@ -137,7 +137,8 @@ typedef Ptr<StereoSGBM> Ptr_StereoSGBM;
typedef Ptr<cv::softcascade::ChannelFeatureBuilder> Ptr_ChannelFeatureBuilder;
typedef Ptr<CLAHE> Ptr_CLAHE;
typedef Ptr<LineSegmentDetector > Ptr_LineSegmentDetector;
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
typedef cvflann::flann_distance_t cvflann_flann_distance_t;