How to read multibule image from folder

2 ビュー (過去 30 日間)
ra
ra 2014 年 4 月 24 日
コメント済み: Image Analyst 2014 年 4 月 24 日
How can read all images from folder then calculate all the features and insert the result in matrix ( store the resutls in an Array Database)
feature 1 feature 2 feature 3 feature 4
----------------------------------------------------------
image 1
image 2
.
.
.
end
Add the result feature to the result in DB[1][1]

回答 (1 件)

Image Analyst
Image Analyst 2014 年 4 月 24 日
Assuming "multibule" really means "multiple", see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F for code samples.
We can't answer you about calculating features since we don't know what features you want to find and you didn't insert an image. So all I can suggest is you see my image segmentation tutorial or color classification demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  4 件のコメント
ra
ra 2014 年 4 月 24 日
編集済み: ra 2014 年 4 月 24 日
I don't know what is best .mat or text I want to use the result for classification
Image Analyst
Image Analyst 2014 年 4 月 24 日
Probably a .mat file would be easier. But it doesn't really matter as far as using it for classification. All that does is to save it out to disk. Is that what you meant when you said "insert"?

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

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by