public interface ImageDerivative<T extends ImageSingleBand,D extends ImageSingleBand>
| 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<D> |
getDerivType() |
void |
setBorderType(BorderType type)
Overrides the default border behavior.
|
void setBorderType(BorderType type)
FactoryDerivative for a discussion
of the pros and cons of each border type.type - How image borders are handled.BorderType getBorderType()
int getBorder()
Copyright © 2013. All Rights Reserved.