フィルターのクリア

How to get labels (Target values) for pixels automatically for supervised learning approach

1 回表示 (過去 30 日間)
Arslan Ahmad
Arslan Ahmad 2013 年 12 月 14 日
コメント済み: Image Analyst 2013 年 12 月 14 日
I am working on pixel based pattern classification problem. I want to get the labels (target values) of pixels to classify them. Is there any method to do it automatically? Kindly guide me in this regard. I will be very grateful.
Regards,
Arslan

回答 (1 件)

Image Analyst
Image Analyst 2013 年 12 月 14 日
Pixels won't have a label until you give them one. An image is just a collection of numbers unless you say what those pixels mean, like pixels in the 0-100 range are class 1, 101-200 are class 2 and 201-255 are class 3 or whatever. There are unsupervised classification methods that try to figure out how many clusters there are, and supervised ones where you give it some help, like telling it how many clusters there are.
  3 件のコメント
Arslan Ahmad
Arslan Ahmad 2013 年 12 月 14 日
I want to get class labels automatically nothing more
Image Analyst
Image Analyst 2013 年 12 月 14 日
How are you defining foreground and background? Based on what? Intensity???

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

カテゴリ

Help Center および File ExchangeGet Started with Statistics 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