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