Filtering Image by using GLCM feature properties as filter
古いコメントを表示
Hello
I relatively new to Image processing and I do not know if my question is concrete but I was wondering if it is possible to use an 'imfilter' function and a GLCM feature-property such as correlation or constrast in form of a window filter to be able to extract texture information from the images.
If this is possible how can I give input to the GLCM (graycomatrix) from a sliding window and then introduce the output to the imfilter ???
Thanks in advance
回答 (2 件)
Image Analyst
2012 年 5 月 16 日
0 投票
I don't know why you want the graycomatrix for a small area, like a 3x3 window or 9x9 window. It's just not statistically very valid. If you did want to do that you might have to use blockproc() and then inside the function, call graycomatrix and graycoprops on the submatrix. Search Answers for a blockproc demo I've posted before for an example of how to do that.
Dimitris M
2012 年 5 月 16 日
カテゴリ
ヘルプ センター および File Exchange で Texture Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!