sobel.v {rimage} | R Documentation |
This function calculates an image which sobel filter is applied. It extracts vertical edges only. It is faster than sobel.v extremely because utilization of a C routine.
sobel.v(img)
img |
a matrix representing target image |
a matrix representing the image after vertical sobel filter is applied
data(logo) plot(normalize(sobel.v(logo)))