public class ImageHessian_Reflection<Output extends ImageSingleBand> extends Object implements ImageHessian<Output>
| Constructor and Description |
|---|
ImageHessian_Reflection(Method m) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBorder()
How many pixels wide is the region that is not processed along the outside
border of the image.
|
BorderType |
getBorderType()
Returns how the image borders are handled.
|
Class<Output> |
getDerivType() |
void |
process(Output inputDerivX,
Output inputDerivY,
Output derivXX,
Output derivYY,
Output derivXY)
Computes all the second derivative terms in the image.
|
void |
setBorderType(BorderType type)
Overrides the default border behavior.
|
public ImageHessian_Reflection(Method m)
public void process(Output inputDerivX, Output inputDerivY, Output derivXX, Output derivYY, Output derivXY)
ImageHessianprocess in interface ImageHessian<Output extends ImageSingleBand>inputDerivX - Precomputed image X-derivative.inputDerivY - Precomputed image Y-derivative.derivXX - Second derivative x-axis x-axisderivYY - Second derivative x-axis y-axisderivXY - Second derivative x-axis y-axispublic void setBorderType(BorderType type)
ImageDerivativeFactoryDerivative for a discussion
of the pros and cons of each border type.setBorderType in interface ImageDerivative<Output extends ImageSingleBand,Output extends ImageSingleBand>type - How image borders are handled.public BorderType getBorderType()
ImageDerivativegetBorderType in interface ImageDerivative<Output extends ImageSingleBand,Output extends ImageSingleBand>public int getBorder()
ImageDerivativegetBorder in interface ImageDerivative<Output extends ImageSingleBand,Output extends ImageSingleBand>public Class<Output> getDerivType()
getDerivType in interface ImageDerivative<Output extends ImageSingleBand,Output extends ImageSingleBand>Copyright © 2013. All Rights Reserved.