sobel {rimage} | R Documentation |
This function calculates an image which sobel filter is applied. It utilizes a C routine for improving speed.
sobel(img)
img |
a matrix representing target image |
a matrix representing the image after sobel filter is applied
data(logo) plot(normalize(sobel(logo)))