imhessian | R Documentation |
Compute image hessian.
imhessian(im, axes = c("xx", "xy", "yy"))
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 |
an image, or a list of images
imhessian(boats,"xy") %>% plot(main="Second-derivative, d/(dx*dy)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.