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 日間)
solomon adenew
solomon adenew 2014 年 8 月 1 日
閉鎖済み: Star Strider 2014 年 8 月 1 日
RGB=imread('soap105.jpg');
RGB=imresize(RGB,[160 190]);
I=rgb2gray(RGB);
.
After some gray level enhancement
.
I2=graycomatrix(I)
I3=graycoprops (I2, all )

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by