フィルターのクリア

classification of satellite images

3 ビュー (過去 30 日間)
minu s
minu s 2011 年 11 月 29 日
コメント済み: shantanu shukla 2013 年 11 月 18 日
Can supervised or unsupervised classification of satellite images be done in matlab? If possible how can it be done?

回答 (4 件)

Walter Roberson
Walter Roberson 2011 年 11 月 29 日
MATLAB is a general purpose programming language. You can compute with it nearly anything that is deterministically computable (provided you can fit it in memory.)
There is no specific MATLAB routine for the purpose you are looking for. There are a lot of different "features" that one might want to classify images on, and there are a lot of different classification routines.
If you could be more specific about how you want to do the classification, then someone might be able to suggest some existing routines that might help.

Image Analyst
Image Analyst 2011 年 11 月 29 日
NASA's Goddard Space Flight Center (which someone at JPL told me has the largest collection of image processing people in the world) has recently released its Recursive Hierarchical Image Segmentation (RHSEG) package. It is not subject to patent restrictions and is released to the public through NASA's GSFC Open Source Release process. Check it out at NASA's web site: http://opensource.gsfc.nasa.gov/projects/HSEG/index.php Maybe some routines could be translated into MATLAB.

Sukuchha
Sukuchha 2011 年 12 月 22 日
I have a different answer to this.
If you have statistics toolbar you can perform clustering like k-means.
if you have ANN, you can use SOM, backpropagation classification.
EVEN CART, esemble classification is possible !
  1 件のコメント
minu s
minu s 2011 年 12 月 22 日
Thank you sir..I would like to know more about these..
Hope you will help me.

サインインしてコメントする。


Sukuchha
Sukuchha 2011 年 12 月 22 日
read your image with imread if it is tiff or with multiband read if it is binary and do the classificaation.
for k means doc kmeans
  1 件のコメント
shantanu shukla
shantanu shukla 2013 年 11 月 18 日
Can u plz more elaborate about k mean in ths, i am also working on it.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by