public interface GradientMultiToSingleBand<Input extends ImageMultiBand,Output extends ImageGray>
| Modifier and Type | Method and Description |
|---|---|
ImageType<Input> |
getInputType() |
java.lang.Class<Output> |
getOutputType() |
void |
process(Input inDerivX,
Input inDerivY,
Output outDerivX,
Output outDerivY) |