Class GradientSparseSobel_F32

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

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