OpenCV 3.0.0-rc1

org.opencv.imgproc
Class LineSegmentDetector

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by 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 org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

OpenCV 3.0.0-rc1 Documentation