public interface SparseImageOperator<T extends ImageBase>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInBounds(int x,
int y)
Checks to see if the entire sample region is contained inside the image or not.
|
void |
setImage(T input)
Specifies the image being processed.
|
void setImage(T input)
input - Image being processedboolean isInBounds(int x,
int y)