public class LineSegmentDetector extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
LineSegmentDetector(long addr) |
Modifier and Type | Method and 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,
Mat prec,
Mat nfa) |
void |
drawSegments(Mat _image,
Mat lines) |
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, save
public static LineSegmentDetector __fromPtr__(long addr)
Generated on Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2