Compute image gradient.
get_gradient(im, axes = "", scheme = 3L)
a list of images (corresponding to the different directions)
an image
Axes considered for the gradient computation, as a C-string (e.g "xy").
= Numerical scheme used for the gradient computation: 1 = Backward finite differences 0 = Centered finite differences 1 = Forward finite differences 2 = Using Sobel masks 3 = Using rotation invariant masks 4 = Using Deriche recursive filter. 5 = Using Van Vliet recursive filter.
imgradient