public interface ImageHessian<Output extends ImageGray> extends ImageDerivative<Output,Output>
| Modifier and Type | Method and Description |
|---|---|
void |
process(Output inputDerivX,
Output inputDerivY,
Output derivXX,
Output derivYY,
Output derivXY)
Computes all the second derivative terms in the image.
|
getBorder, getBorderType, getDerivativeType, setBorderTypevoid process(Output inputDerivX, Output inputDerivY, Output derivXX, Output derivYY, Output derivXY)
inputDerivX - Precomputed image X-derivative.inputDerivY - Precomputed image Y-derivative.derivXX - Second derivative x-axis x-axisderivYY - Second derivative y-axis y-axisderivXY - Second derivative x-axis y-axis