Class ImageGradient_Gaussian<I extends ImageGray<I>,D extends ImageGray<D>>

java.lang.Object
boofcv.abst.filter.derivative.ImageGradient_Gaussian<I,D>
All Implemented Interfaces:
ImageDerivative<I,D>, ImageGradient<I,D>

public class ImageGradient_Gaussian<I extends ImageGray<I>,D extends ImageGray<D>> extends Object implements ImageGradient<I,D>
Finds the derivative using a Gaussian kernel. This is the same as convolving the image and then computing the derivative