MATLAB: How can i know the edge weight of each region in an image.

edgegradientImage Processing Toolboxsobel

How can i know the edge weight of each region in an image.?

Best Answer

Look at the values you get from the gradient image when you call imgradient().
Related Question