Package org.opencv.imgproc
Class LineSegmentDetector
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.imgproc.LineSegmentDetector
-
public class LineSegmentDetector extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LineSegmentDetector(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareSegments(Size size, Mat lines1, Mat lines2)
int
compareSegments(Size size, Mat lines1, Mat lines2, Mat _image)
void
detect(Mat _image, Mat _lines)
void
detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa)
void
drawSegments(Mat _image, Mat lines)
protected void
finalize()
-
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
-
-