Lines Matching refs:LineSegmentDetectorImpl

163 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()
746 double LineSegmentDetectorImpl::get_theta(const std::vector<RegionPoint>& reg, const int& reg_size,… in get_theta()
784 bool LineSegmentDetectorImpl::refine(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle, in refine()
832 bool LineSegmentDetectorImpl::reduce_region_radius(std::vector<RegionPoint>& reg, int& reg_size, do… in reduce_region_radius()
871 double LineSegmentDetectorImpl::rect_improve(rect& rec) const in rect_improve()
975 double LineSegmentDetectorImpl::rect_nfa(const rect& rec) const in rect_nfa()
1098 double LineSegmentDetectorImpl::nfa(const int& n, const int& k, const double& p) const in nfa()
1136 inline bool LineSegmentDetectorImpl::isAligned(const int& address, const double& theta, const doubl… in isAligned()
1155 void LineSegmentDetectorImpl::drawSegments(InputOutputArray _image, InputArray lines) in drawSegments()
1192 int LineSegmentDetectorImpl::compareSegments(const Size& size, InputArray lines1, InputArray lines2… in compareSegments()