Where to find the documentation for GLCM APIs?
- Is GLCM APIs supported in OpenCV 2.4+?
- Where to find the documentation for GLCM APIs?
Thanks guys
Thanks guys
CvGLCM structure was transfered to the "legacy" module some time ago. Since we don't support documentation for this module, only such documentation (http://fossies.org/dox/OpenCV-2.4.1/structCvGLCM.html) is available. Maybe you have particular questions about this struct?
Thanks Alexander for your reply. I'd like to know if there is some new structure/API that replaces the deprecated CvGLCM. Is there some new API that accomplishes the same functionality (Computes GLCM)? When I used the method 'cvCreateGLCM', I get an error in memory allocation. That's why I am trying to find some example/code snippet/documentation for that API.
I am afraid that I have to re-implement my own version of GLCM computation :) Thank you.
OpenCV does not contain new wrappers for GLCM, only CvGLCM in legacy module.
Asked: 2012-06-28 07:27:25 -0600
Seen: 3,130 times
Last updated: Jun 28 '12
Why is 'cvGLCM' deprecated/moved to legacy? Are there some replacement?
cvGLCM is there a new function providing same functionality
how to find glcm of an image in OpenCV or numpy?
Choosing neighbours, window, matrix size in GLCM
Regarding Gray Level Co-occurance Matrix GLCM
How do you use the legacy GLCM?