Class GradientMultiToSingleBand_Reflection<Input extends ImageMultiBand<Input>,Output extends ImageGray<Output>>

java.lang.Object
boofcv.abst.filter.derivative.GradientMultiToSingleBand_Reflection<Input,Output>
All Implemented Interfaces:
GradientMultiToSingleBand<Input,Output>

public class GradientMultiToSingleBand_Reflection<Input extends ImageMultiBand<Input>,Output extends ImageGray<Output>> extends Object implements GradientMultiToSingleBand<Input,Output>
Implementation of GradientMultiToSingleBand which uses reflection to invoke static functions.