Home
last modified time | relevance | path

Searched refs:LineSegmentDetectorImpl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dlsd.cpp163 class LineSegmentDetectorImpl : public LineSegmentDetector class
183 LineSegmentDetectorImpl(int _refine = LSD_REFINE_STD, double _scale = 0.8,
284 LineSegmentDetectorImpl& operator= (const LineSegmentDetectorImpl&); // to quiet MSVC
395 return makePtr<LineSegmentDetectorImpl>( in createLineSegmentDetector()
402 LineSegmentDetectorImpl::LineSegmentDetectorImpl(int _refine, double _scale, double _sigma_scale, d… in LineSegmentDetectorImpl() function in cv::LineSegmentDetectorImpl
412 void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines, in detect()
438 void LineSegmentDetectorImpl::flsd(std::vector<Vec4f>& lines, in flsd()
536 void LineSegmentDetectorImpl::ll_angle(const double& threshold, in ll_angle()
635 void LineSegmentDetectorImpl::region_grow(const Point2i& s, std::vector<RegionPoint>& reg, in region_grow()
688 void LineSegmentDetectorImpl::region2rect(const std::vector<RegionPoint>& reg, const int reg_size, in region2rect()
[all …]