Class GradientSparsePrewitt_F32

java.lang.Object
boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
All Implemented Interfaces:
SparseImageGradient<GrayF32,GradientValue_F32>, SparseImageOperator<GrayF32>

public class GradientSparsePrewitt_F32 extends Object implements SparseImageGradient<GrayF32,GradientValue_F32>
Sparse computation of the Prewitt gradient operator.