I'll start off by saying I'm new to MATLAB, and this is the first time I'm trying an application related to image processing.
I'm building a MATLAB library (which is to be used in a Windows Phone Application), which takes in an edge map of a natural image as input. I need to traverse the map row-wise. If I come across an edge, I need to find the local minimum and local maximum of the edge.
I need help figuring out how to; 1) traverse the edge map - row-wise 2) detect an edge 3) find the local minimum and local maximum of the edge
Appreciate any help. Thanks in advance :)