Class OpenCVBiggestContourFinder

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

    public class OpenCVBiggestContourFinder
    extends Object
    implements Function<ImageWrapper<org.opencv.core.Mat>,​RectangleWrapper<org.opencv.core.Rect,​org.opencv.core.Point>>

    Method which finds the position of the biggest connected (white!) contour in the given image

    Since:
    1.0
    Author:
    Christoph Praschl
    • Constructor Detail

      • OpenCVBiggestContourFinder

        public OpenCVBiggestContourFinder()