public interface ImageDerivative<T extends ImageBase,D extends ImageBase>
| 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> |
getDerivType()
Image type for derivative output
|
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()