Class LineSegmentDetector

java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.LineSegmentDetector

public class LineSegmentDetector extends Algorithm
Line segment detector class following the algorithm described at CITE: Rafael12 . Note: Implementation has been removed from OpenCV version 3.4.6 to 3.4.15 and version 4.1.0 to 4.5.3 due original code license conflict. restored again after [Computation of a NFA](https://github.com/rafael-grompone-von-gioi/binomial_nfa) code published under the MIT license.