Documentation of 'boofcv.alg.transform.ii.DerivativeIntegralImage' Java class
DerivativeIntegralImage
boofcv.alg.transform.ii

Class DerivativeIntegralImage



  • public class DerivativeIntegralImage
    extends java.lang.Object
    • Constructor Detail

      • DerivativeIntegralImage

        public DerivativeIntegralImage()
    • Method Detail

      • kernelDerivX

        public static IntegralKernel kernelDerivX(int r,
                                                  IntegralKernel ret)
        Creates a kernel for a symmetric box derivative.
        Parameters:
        r - Radius of the box. width is 2*r+1
        Returns:
        Kernel Kernel for derivative.
      • kernelDerivY

        public static IntegralKernel kernelDerivY(int r,
                                                  IntegralKernel ret)
        Creates a kernel for a symmetric box derivative.
        Parameters:
        r - Radius of the box. width is 2*r+1
        Returns:
        Kernel Kernel for derivative.
      • kernelHaarX

        public static IntegralKernel kernelHaarX(int r,
                                                 IntegralKernel ret)
        Creates a kernel for the Haar wavelet "centered" around the target pixel.
        Parameters:
        r - Radius of the box. width is 2*r
        Returns:
        Kernel for a Haar x-axis wavelet.
      • kernelHaarY

        public static IntegralKernel kernelHaarY(int r,
                                                 IntegralKernel ret)
        Creates a kernel for the Haar wavelet "centered" around the target pixel.
        Parameters:
        r - Radius of the box. width is 2*r
        Returns:
        Kernel for a Haar y-axis wavelet.
      • derivXX

        public static void derivXX(GrayF32 input,
                                   GrayF32 output,
                                   int size)
      • derivYY

        public static void derivYY(GrayF32 input,
                                   GrayF32 output,
                                   int size)
      • derivXY

        public static void derivXY(GrayF32 input,
                                   GrayF32 output,
                                   int size)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.