Grey Level Co-occurrence matrix
1 view (last 30 days)
Show older comments
berkaoui sara
on 17 Jan 2014
Commented: Sean de Wolski
on 17 Jan 2014
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
0 Comments
Accepted Answer
Sean de Wolski
on 17 Jan 2014
There's a function graycomatrix in the Image Processing Toolbox that does this.
2 Comments
Sean de Wolski
on 17 Jan 2014
Then use a for-loop to loop over the slices of your multidimensional array.
More Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!