Class OpenCVDrawCircle

  • All Implemented Interfaces:
    BiConsumer<ImageWrapper<org.opencv.core.Mat>,​JavaPoint2D>

    public class OpenCVDrawCircle
    extends Object
    implements BiConsumer<ImageWrapper<org.opencv.core.Mat>,​JavaPoint2D>

    Mat Consumer for drawing circles

    Draws an circles onto an given image with Imgproc.circle(Mat, Point, int, Scalar, int, int, int)

    Since:
    1.0
    Author:
    Christoph Praschl