grad = gradient(mTSDF,points)
returns the gradient computed from distance values in the vicinity of the specified query
points in the truncated signed distance field (TSDF).
grad = gradient(mTSDF,points,InterpolationMethod=interp)
specifies the method to use for interpolating the distance field.