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일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153916/image.jpeg)
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!