need matlab code for image texture analysis
2 次查看(过去 30 天)
显示 更早的评论
steps required for matlab code for image texture anaylsis.
0 个评论
采纳的回答
Spandan Tiwari
2014-2-8
You can look at the functions graycomatrix and graycoprops for computing the popular Gray-Level Cooccurrence Matrix (GLCM) texture features on an image.
更多回答(1 个)
Image Analyst
2014-2-8
You can also look at stdfilt() and entropyfilt() which can also be used for texture segmentation.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!