Support for Haralick or other texture detection
Does OpenCV have libraries or extensions for texture detection? Especially interested in Haralick / GLCM methods. Even 3rd party libraries would do. There must be something available.
http://answers.opencv.org/question/45
Thanks for the link, Sturkmen. I am surprised that GLCM was deprecated without any replacement. Most of the comments that I've seen about alternative GLCM methods always end up with 'allocation error' or 'memory leak' so it would have been nice to have an official function to do this.
Is everyone now writing their own GLCM functions from scratch?