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.
类别
在 帮助中心 和 File Exchange 中查找有关 Texture Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!