Last chance! 50% off unlimited learning
Sale ends in
sobel
calculates the derivatives of an image using a
Scharr operator.
scharr(image, dx = 1, dy = 1, scale = 1)
An Image
object.
Order of the x derivative (default: 1).
Order of the y derivative (default: 1),
The scale factor for the computed derivative values (default: 1).
image An Image
object.