how to apply SVM algorithm for classification for multispectral remote sensing data?
5 ビュー (過去 30 日間)
古いコメントを表示
i am going to separate various colors from the image using SVM so want to know how to start ?
0 件のコメント
採用された回答
Image Analyst
2014 年 1 月 7 日
How many color classes do you have? Are you sure SVM is the best approach - why do you want to use it? I think it's mainly for two class situations but there is a multi-class extension to it.
I have some color segmentation demos in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
2 件のコメント
Image Analyst
2014 年 1 月 8 日
Sorry, I have not used multi-class SVM for color classification (yet). You will find color classification algorithms for remote sensing images here: http://iris.usc.edu/Vision-Notes/bibliography/contentscartog.html#Cartography,%20Aerial%20Images,%20Remote%20Sensing,%20Buildings,%20Roads,%20Terrain,%20ATR
その他の回答 (1 件)
Yinguang Li
2014 年 1 月 7 日
You can go to the website http://www.mathworks.com/help/stats/support-vector-machines.html for more information, or type 'demo toolbox statistics' in your matlab command window suppose you have a statistical toolbox installed.
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!