can plz explain the source code in matlab
古いコメントを表示
how or on what basis selected the numerical values for matrix e.g. labels=[],features[] etc are created for image dataset to be used for multiclass svm in matlab
採用された回答
その他の回答 (1 件)
Walter Roberson
2014 年 4 月 25 日
編集済み: Walter Roberson
2014 年 4 月 25 日
0 投票
Mark all of the images with no skin at all (showing only background) as being group 1; mark all of the images that show skin but have no skin disease as being group 2; mark all of the images that show skin disease as being group 3. These are the values that you would put into your labels vector.
I am not familiar with texture analysis to be able to guide you about what feature vectors you should create.
3 件のコメント
Sheema Khattak
2014 年 4 月 26 日
Sheema Khattak
2014 年 4 月 26 日
Walter Roberson
2014 年 4 月 29 日
You just create a vector of numbers. e.g., if your first row of features corresponded to a picture with no skin disease, then the first entry in the vector would be 2.
カテゴリ
ヘルプ センター および File Exchange で Agriculture についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!