Uses of Interface
boofcv.abst.filter.derivative.GradientMultiToSingleBand
Packages that use GradientMultiToSingleBand
-
Uses of GradientMultiToSingleBand in boofcv.abst.filter.derivative
Classes in boofcv.abst.filter.derivative that implement GradientMultiToSingleBandModifier and TypeClassDescriptionclass
GradientMultiToSingleBand_Reflection<Input extends ImageMultiBand<Input>,
Output extends ImageGray<Output>> Implementation ofGradientMultiToSingleBand
which uses reflection to invoke static functions.Constructors in boofcv.abst.filter.derivative with parameters of type GradientMultiToSingleBandModifierConstructorDescriptionImageGradientThenReduce
(ImageGradient<Input, Middle> gradient, GradientMultiToSingleBand<Middle, Output> reduce)