Class OpenCVGaussFilterFunction

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

    apply Gaussian-filter to image

    Since:
    1.0
    Author:
    Christoph Praschl
    • Constructor Detail

      • OpenCVGaussFilterFunction

        public OpenCVGaussFilterFunction()
    • Method Detail

      • setKernelWidth

        public void setKernelWidth​(int kernelWidth)
        Parameters:
        kernelWidth - Width of the applied kernel; must be positive and odd. Or, it can be zero and then it is computed from sigma* .
      • setKernelHeight

        public void setKernelHeight​(int kernelHeight)
        Parameters:
        kernelHeight - Height of the applied kernel; must be positive and odd. Or, it can be zero and then it is computed from sigma* .