Class ImageGradientThenReduce<Input extends ImageMultiBand<Input>,Middle extends ImageMultiBand<Middle>,Output extends ImageGray<Output>>

java.lang.Object
boofcv.abst.filter.derivative.ImageGradientThenReduce<Input,Middle,Output>
All Implemented Interfaces:
ImageDerivative<Input,Output>, ImageGradient<Input,Output>

public class ImageGradientThenReduce<Input extends ImageMultiBand<Input>,Middle extends ImageMultiBand<Middle>,Output extends ImageGray<Output>> extends Object implements ImageGradient<Input,Output>
First computes a multi-band image gradient then reduces the number of bands in the gradient to one.