creating feature from 10 gray level images and train the SVM Classifier

2 views (last 30 days)
How can created data set from 10 images for feature extraction ? and creating train data for SVM? how to Create an mat file format?

Accepted Answer

Image Analyst
Image Analyst on 4 May 2015
Well, to create a data set of 10 images, how about using a webcam to take some snapshots? Or, at the other extreme, how about snapping 10 images on your local hospital's multimillion dollar CT or MRI machine?
The training data is data that you define to be "true" - where you know what the "answer" should be.
To create a mat file use the save() function.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!