powered by
Compute image hessian.
imhessian(im, axes = c("xx", "xy", "yy"))
an image
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
# NOT RUN { imhessian(boats,"xy") %>% plot(main="Second-derivative, d/(dx*dy)") # }
Run the code above in your browser using DataLab