public interface ImageHessianDirect<Input extends ImageSingleBand,Output extends ImageSingleBand> extends ImageDerivative<Input,Output>
ImageHessian, even when the time to compute the image's
gradient is taken in account.| Modifier and Type | Method and Description |
|---|---|
void |
process(Input inputImage,
Output derivXX,
Output derivYY,
Output derivXY)
Computes all the second derivative terms in the image.
|
getBorder, getBorderType, getDerivativeType, setBorderTypevoid process(Input inputImage, Output derivXX, Output derivYY, Output derivXY)
inputImage - Original image.derivXX - Second derivative x-axis x-axisderivYY - Second derivative x-axis y-axisderivXY - Second derivative x-axis y-axis