Class OpenCVHoughLinesFunction

  • All Implemented Interfaces:
    Function<ImageWrapper<org.opencv.core.Mat>,​Collection<LineWrapper<org.opencv.core.Point>>>

    public class OpenCVHoughLinesFunction
    extends Object
    implements Function<ImageWrapper<org.opencv.core.Mat>,​Collection<LineWrapper<org.opencv.core.Point>>>

    Finds line segments in a binary image (8-bit, single-channel binary source image.) using the probabilistic Hough transform.

    Since:
    1.0
    Author:
    Christoph Praschl