org.opencv.imgproc
Class LineSegmentDetector
java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.LineSegmentDetector
public class LineSegmentDetector
- extends Algorithm
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compareSegments
public int compareSegments(Size size,
Mat lines1,
Mat lines2)
compareSegments
public int compareSegments(Size size,
Mat lines1,
Mat lines2,
Mat _image)
detect
public void detect(Mat _image,
Mat _lines)
detect
public void detect(Mat _image,
Mat _lines,
Mat width,
Mat prec,
Mat nfa)
drawSegments
public void drawSegments(Mat _image,
Mat lines)