Feature Vector from GLCM

2 views (last 30 days)
Farahim
Farahim on 13 Nov 2013
Commented: Image Analyst on 13 Nov 2013
I've been working on a cell pattern recognition project.
I've received dataset that have been manually segmented, and I've converted it to greyscale. From there, I've extracted 4 features from GLCM (contrast, correlation, homogeneity and energy) and 3 other features - mean, std deviation and entropy. I've taken 4 diff angles for GLCM and taking the avg to make it rotation invariant. I've attached the code I've written so far.
For the feature vector, I am not sure if I've done it correctly. I've compiled the values obtained in excel, compute the avg value for each features according to pattern and from there, create a feature vector. Is this the right step?
  1 Comment
Image Analyst
Image Analyst on 13 Nov 2013
You did not attach the file. Remember you have to click "Attach file" after you click "Choose file".

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!