Package boofcv.abst.filter.derivative
Class ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>>
java.lang.Object
boofcv.abst.filter.derivative.ImageHessianDirect_SB<T,D>
boofcv.abst.filter.derivative.ImageHessianDirect_SB.Sobel<T,D>
- All Implemented Interfaces:
ImageDerivative<T,
,D> ImageHessianDirect<T,
D>
- Enclosing class:
- ImageHessianDirect_SB<Input extends ImageGray<Input>,
Output extends ImageGray<Output>>
public static class ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>>
extends ImageHessianDirect_SB<T,D>
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.abst.filter.derivative.ImageHessianDirect_SB
ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,
D extends ImageGray<D>>, ImageHessianDirect_SB.Three<T extends ImageGray<T>, D extends ImageGray<D>> -
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.abst.filter.derivative.ImageHessianDirect_SB
getBorder, getBorderType, getDerivativeType, getInputType, setBorderType
-
Constructor Details
-
Sobel
-
-
Method Details
-
process
Description copied from interface:ImageHessianDirect
Computes all the second derivative terms in the image.- Parameters:
inputImage
- Original image.derivXX
- Second derivative x-axis x-axisderivYY
- Second derivative x-axis y-axisderivXY
- Second derivative x-axis y-axis
-