imhessian {imager} | R Documentation |
Compute image hessian.
Description
Compute image hessian.
Usage
imhessian(im, axes = c("xx", "xy", "yy"))
Arguments
im |
an image |
axes |
Axes considered for the hessian computation, as a character string (e.g "xy" corresponds to d/(dx*dy)). Can be a list of axes. Default: xx,xy,yy |
Value
an image, or a list of images
Examples
imhessian(boats,"xy") %>% plot(main="Second-derivative, d/(dx*dy)")
[Package imager version 1.0.2 Index]