hi!
i want to detect edges with the sobel-operator.
labview-vision only has one sobel-vi, which is already detecting horizontal and vertical edges.
but i only want to see the horizontal edges.
using this matrix:
1 2 1
0 0 0
-1 -2 -1
has anybody already seen a vi that detects only the horizontal edges?
has anybody already written this vi / an idea to build this vi?
(information to sobel-operator: http://www.generation5.org/content/2002/im01.asp )