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

data setDeep Learning Toolboxfeature extractionImage Processing Toolboxpattern recognition

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?

Best Answer

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.