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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineSegmentDetector
__fromPtr__(long addr)
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)
void
detect(Mat _image, Mat _lines, Mat width, Mat prec)
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, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static LineSegmentDetector __fromPtr__(long addr)
-
-