public interface ImageDerivative<T extends ImageBase,D extends ImageBase>
BorderType.EXTENDED.| 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.
|
ImageType<D> |
getDerivativeType()
Image type for derivative output
|
void |
setBorderType(BorderType type)
Overrides using
BorderType.EXTENDED along the image border. |
void setBorderType(BorderType type)
BorderType.EXTENDED along the image border. Don't change this behavior unless
you know what you're doing.type - Specify image border behaviorBorderType getBorderType()
int getBorder()