T - the pixel typeI - the image typepublic interface GridProcessor<T,I extends Image<T,I>> extends Processor<I>
| Modifier and Type | Method and Description |
|---|---|
int |
getHorizontalGridElements()
Returns the number of columns in the grid.
|
int |
getVerticalGridElements()
Returns the number of rows in the grid.
|
T |
processGridElement(I patch)
Process the given grid element (
patch) and returns
a single pixel value for that element. |
int getHorizontalGridElements()
int getVerticalGridElements()
T processGridElement(I patch)
patch) and returns
a single pixel value for that element.patch - The patch of the grid to process