Filtering Image by using GLCM feature properties as filter
Afficher commentaires plus anciens
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
1 commentaire
Dimitris M
le 15 Mai 2012
Réponses (2)
Image Analyst
le 16 Mai 2012
0 votes
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.
1 commentaire
Dimitris M
le 16 Mai 2012
Dimitris M
le 16 Mai 2012
Catégories
En savoir plus sur Texture Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!