public class LineSegmentDetector extends Algorithm
| Modifier | Constructor and Description | 
|---|---|
| protected  | LineSegmentDetector(long addr) | 
| Modifier and Type | Method and 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() | 
clear, getDefaultName, saveprotected LineSegmentDetector(long addr)
public int compareSegments(Size size, Mat lines1, Mat lines2, Mat _image)
public int compareSegments(Size size, Mat lines1, Mat lines2)
public void drawSegments(Mat _image, Mat lines)