public class GradientMultiToSingleBand_Reflection<Input extends ImageMultiBand,Output extends ImageGray> extends java.lang.Object implements GradientMultiToSingleBand<Input,Output>
GradientMultiToSingleBand which uses reflection to invoke static
functions.| Constructor and Description |
|---|
GradientMultiToSingleBand_Reflection(java.lang.reflect.Method m,
ImageType<Input> inputType,
java.lang.Class<Output> outputType) |
| Modifier and Type | Method and Description |
|---|---|
ImageType<Input> |
getInputType() |
java.lang.Class<Output> |
getOutputType() |
void |
process(Input inDerivX,
Input inDerivY,
Output outDerivX,
Output outDerivY) |
public void process(Input inDerivX, Input inDerivY, Output outDerivX, Output outDerivY)
process in interface GradientMultiToSingleBand<Input extends ImageMultiBand,Output extends ImageGray>public ImageType<Input> getInputType()
getInputType in interface GradientMultiToSingleBand<Input extends ImageMultiBand,Output extends ImageGray>public java.lang.Class<Output> getOutputType()
getOutputType in interface GradientMultiToSingleBand<Input extends ImageMultiBand,Output extends ImageGray>