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

1 次查看(过去 30 天)
How can created data set from 10 images for feature extraction ? and creating train data for SVM? how to Create an mat file format?

采纳的回答

Image Analyst
Image Analyst 2015-5-4
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by