How to directly calculate GLCM correlation value etc of an image without plotting
조회 수: 2 (최근 30일)
이전 댓글 표시
Usually the GLCM calculation algorithm will include graph plotting. I want to calculate the GLCM values including correlation, contrast, energy, etc directly without plotting the graph. Can anyone help?
댓글 수: 0
답변 (1개)
Image Analyst
2015년 5월 27일
I don't remember graycomatrix() or graycoprops() doing any plotting. How are you seeing plotting?
댓글 수: 2
Image Analyst
2015년 5월 28일
Yes, so? Again, I don't see how they are plotting anything . Anything you want plotted you have to do it yourself with a separate function. If you don't want that then just don't call plot(), imshow() or whatever.
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!