spatialGradient
calculates the first order derivative of
an image in both x and y using a Sobel operator.
spatialGradient(image, k_size = 5)
image | An |
---|---|
k_size | The half-size in pixels of the kernel (default: 5). |
image An Image
object.
Simon Garnier, garnier@njit.edu
# TODO