Class OpenCVDrawFeatures

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

    public class OpenCVDrawFeatures
    extends Object
    implements BiConsumer<ImageWrapper<org.opencv.core.Mat>,​FeatureWrapper<org.opencv.core.KeyPoint>>

    Mat Consumer for drawing features

    Draws features onto an given image with Imgproc.line(Mat, Point, Point, Scalar, int)

    Since:
    1.0
    Author:
    Christoph Praschl