필터 지우기
필터 지우기

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

조회 수: 9 (최근 30일)
Isee You
Isee You 2012년 10월 7일
댓글: As Bdg 2017년 7월 19일
i want to know the difference between Gray map of image and edge map of image and how to subtract them from each other

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 7일
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
Image Analyst
Image Analyst 2012년 10월 7일
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 2017년 7월 19일
Hello, Do you have the code of detection of the edge map of the image please ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by