What is the difference between Gray map of image and edge map of image?

10 views (last 30 days)
i want to know the difference between Gray map of image and edge map of image and how to subtract them from each other

Answers (1)

Image Analyst
Image Analyst on 7 Oct 2012
I've never heard of a gray map of an image. Maybe you mean a gray scale colormap applied to an indexed image, or maybe you just mean a plain old regular grayscale image. An edge map is an image that indicated where edges are in the image. The image would have undergone some kind of edge detection filter and the values in the edge map image may reflect the strength of the edge, or it may have already been thresholded (like the edge() function) so that you have a binary image. I have no idea why you would subtract an edge map from anything, unless perhaps you wanted to suppress or soften only the edges in an image by subtracting the edge image from the original image. This is hardly ever done though. Usually people want to emphasize edges, not soften them.
  4 Comments
Image Analyst
Image Analyst on 7 Oct 2012
I have no idea. They're using terminology that doesn't seem very standard or intuitive. Their gray map isn't gray and their edge map does not look like it would be something that would indicate where edges are. They may have custom definitions for these things in their paper.
As Bdg
As Bdg on 19 Jul 2017
Hello, Do you have the code of detection of the edge map of the image please ?

Sign in to comment.

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!