Class OpenCVContrastFunction

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

    increase/decrease the contrast of an image factor > 1 increase the contrast. factor < 1 decrease the contrast http://shubhamagrawal.com/opencv/opencv-playing-with-brightness-contrast-histogram-blurness/

    Since:
    1.0
    Author:
    Christoph Praschl