Class OpenCVBackgroundSubtraction

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

    public class OpenCVBackgroundSubtraction
    extends Object
    implements ImageFunction<org.opencv.core.Mat,​org.opencv.core.Mat>

    Function for removing the background for the given image based on the background model created with e.g. an AbstractAveragingFilter

    Since:
    1.0
    Author:
    Christoph Praschl