Package org.opencv.ximgproc
Class FastLineDetector
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.FastLineDetector
-
public class FastLineDetector extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FastLineDetector(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FastLineDetector
__fromPtr__(long addr)
void
detect(Mat _image, Mat _lines)
void
drawSegments(Mat _image, Mat lines)
void
drawSegments(Mat _image, Mat lines, boolean draw_arrow)
protected void
finalize()
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static FastLineDetector __fromPtr__(long addr)
-
-