Learn R Programming

imager (version 0.14)

get_gradient: Compute image gradient.

Description

Compute image gradient.

Usage

get_gradient(im, axes = "", scheme = 3L)

Arguments

im
an image
axes
Axes considered for the gradient computation, as a C-string (e.g "xy").
scheme
= 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

Value

  • a list of images (corresponding to the different directions)

See Also

imgradient