hi , I have a matrix containing the images that I want to work, and i want to calculat the grey level co-occurrence matrix way to have an output matrix of features from the input dataset matrix. any help please

 채택된 답변

Sean de Wolski
Sean de Wolski 2014년 1월 17일

0 개 추천

There's a function graycomatrix in the Image Processing Toolbox that does this.

댓글 수: 2

berkaoui sara
berkaoui sara 2014년 1월 17일
i tried to use it it works when i use one image as input, but when i use my matrix witch contain many images i get this error : Expected input number 1, I, to be two-dimensional.
Sean de Wolski
Sean de Wolski 2014년 1월 17일
Then use a for-loop to loop over the slices of your multidimensional array.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2014년 1월 17일

댓글:

2014년 1월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by