フィルターのクリア

how to get the relative GLCM texture image from a gray image

1 回表示 (過去 30 日間)
xiaolong
xiaolong 2011 年 11 月 25 日
編集済み: Matt J 2013 年 10 月 18 日
i have a grey image , now i want to get the GLCM Contrast image , GLCM Homogeneity image like behind image example showing in the next page: http://hi.csdn.net/attachment/201111/25/4133400_1322185742CCIR.jpg who can explain it to me ?
  2 件のコメント
Walter Roberson
Walter Roberson 2011 年 11 月 25 日
That link shows up as "access forbidden" when I try.
Image Analyst
Image Analyst 2011 年 11 月 25 日
Works for me. Maybe it's your corporate policy. I know there are some domains I can't get from work.

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2011 年 11 月 25 日
From the Image Processing Toolbox help:
Description
glcm = graycomatrix(I) creates a gray-level co-occurrence matrix (GLCM) from image I. graycomatrix creates the GLCM by calculating how often a pixel with gray-level (grayscale intensity) value i occurs horizontally adjacent to a pixel with the value j. (You can specify other pixel spatial relationships using the 'Offsets' parameter -- see Parameters.) Each element (i,j) in glcm specifies the number of times that the pixel with value i occurred horizontally adjacent to a pixel with value j.
  3 件のコメント
Image Analyst
Image Analyst 2011 年 11 月 25 日
It basically tells you how uniform an image is by telling you how varied are the gray levels next to a pixel.
xiaolong
xiaolong 2012 年 2 月 21 日
could you add more explanation ?

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by