how can i extract features from MRI images and how to create data set from images to use for pattern recognition in neural network?

2 views (last 30 days)
I am working on MRI images. I segment the images and identify the tissues. now I want to extract features from the images also how to create data set from the segmented images to use it in patter recognition in neural network?
  5 Comments

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 13 Jul 2015
You say "I segment the images and identify the tissues." OK, fantastic - you've done the hard part already . Now all you need to do is to call regionprops() if you want to measure any of the features that regionprops() measures. If you want some other very specialized thing then you'll have to measure that yourself.
  3 Comments
Image Analyst
Image Analyst on 24 Aug 2015
Sorry - I don't use neural networks. Perhaps start a new thread called something like "How to feed feature vectors into a neural network" and Professor Heath might see it and answer.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!