Class BrightnessFilter

  • 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 BrightnessFilter
    extends Object
    implements ImageFunction<org.opencv.core.Mat,​org.opencv.core.Mat>

    Imagefunction for changing the brightness of an image.

    alpha < 1 --> darkens image

    alpha > 1 --> lightens image

    Since:
    1.0
    Author:
    Christoph Praschl