Info
此问题已关闭。 请重新打开它进行编辑或回答。
I want to calculate the texture properties of The soap only, but when I use the code below it Calculates the texture of the whole image I have also tried to use regionprops but regionprops doesn’t have the properties for texture
1 次查看(过去 30 天)
显示 更早的评论
RGB=imread('soap105.jpg');
RGB=imresize(RGB,[160 190]);
I=rgb2gray(RGB);
.
After some gray level enhancement
.
I2=graycomatrix(I)
I3=graycoprops (I2, all )
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!