First time here? Check out the FAQ!

Ask Your Question
1

GLCM matrix

asked Apr 3 '13

shailu gravatar image

I am new in Open Cv.Currently i'm working on the project "Brain Tumor Detection and Classification ". I found in some research papers for feature extraction GLCM (Gray level co-matrix) is the best. I want to implement it for feature extraction. please suggest any resource for understanding the GLCM with source Code in C++. Thanks in advance

Preview: (hide)

Comments

Did you find any solution or help? We are in the same position right now. Plz help.

stacks gravatar imagestacks (May 28 '18)edit

1 answer

Sort by » oldest newest most voted
1

answered Aug 21 '14

AndrewG gravatar image

updated Aug 21 '14

You can find a simple tutorial here: http://www.fp.ucalgary.ca/mhallbey/tutorial.htm

The implementation is so simple that there is no meaning to maintain this in OpenCV. Be aware that GLCM-related texture descriptors are vulnerable relating to image rotation, resolution and scale changes. Some alternative texture descriptors for object detection and classification on images are described here: http://arxiv.org/ftp/arxiv/papers/1310/1310.7170.pdf (Section 4).

Preview: (hide)

Question Tools

2 followers

Stats

Asked: Apr 3 '13

Seen: 12,099 times

Last updated: Aug 21 '14