Searched refs:RegionPoint (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | lsd.cpp | 258 struct RegionPoint { struct in cv::LineSegmentDetectorImpl 324 void region_grow(const Point2i& s, std::vector<RegionPoint>& reg, 337 … void region2rect(const std::vector<RegionPoint>& reg, const int reg_size, const double reg_angle, 344 double get_theta(const std::vector<RegionPoint>& reg, const int& reg_size, const double& x, 353 bool refine(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle, 360 bool reduce_region_radius(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle, 472 std::vector<RegionPoint> reg(img_width * img_height); in flsd() 635 void LineSegmentDetectorImpl::region_grow(const Point2i& s, std::vector<RegionPoint>& reg, in region_grow() 655 const RegionPoint& rpoint = reg[i]; in region_grow() 668 RegionPoint& region_point = reg[reg_size]; in region_grow() [all …]
|