Class SparseGradientSafe<T extends ImageGray<T>,G extends GradientValue>

java.lang.Object
boofcv.struct.sparse.SparseGradientSafe<T,G>
All Implemented Interfaces:
SparseImageGradient<T,G>, SparseImageOperator<T>

public class SparseGradientSafe<T extends ImageGray<T>,G extends GradientValue> extends Object implements SparseImageGradient<T,G>
Wraps around other SparseImageGradient classes and checks to see if the image is in bounds or not. If it is out of bounds the return value is set to one.