public class ImageHessianDirect_Reflection<Input extends ImageSingleBand,Output extends ImageSingleBand> extends Object implements ImageHessianDirect<Input,Output>
| Constructor and Description |
|---|
ImageHessianDirect_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(Input inputImage,
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 ImageHessianDirect_Reflection(Method m)
public void process(Input inputImage, Output derivXX, Output derivYY, Output derivXY)
ImageHessianDirectprocess in interface ImageHessianDirect<Input extends ImageSingleBand,Output extends ImageSingleBand>inputImage - Original image.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<Input extends ImageSingleBand,Output extends ImageSingleBand>type - How image borders are handled.public BorderType getBorderType()
ImageDerivativegetBorderType in interface ImageDerivative<Input extends ImageSingleBand,Output extends ImageSingleBand>public int getBorder()
ImageDerivativegetBorder in interface ImageDerivative<Input extends ImageSingleBand,Output extends ImageSingleBand>public Class<Output> getDerivType()
getDerivType in interface ImageDerivative<Input extends ImageSingleBand,Output extends ImageSingleBand>Copyright © 2013. All Rights Reserved.