hi i hav set of 100 images and i want to store its feture vector in 100 rows each image is having 9 features.so pls tell me some easy method...thanks

2 ビュー (過去 30 日間)

採用された回答

Thorsten
Thorsten 2014 年 11 月 24 日
This pseudo-code should give you a hint how to start:
for i = 1:100
imagename = ... % depending on how the images are named
F(i, :) = extract9features(imread(imagename));
end

その他の回答 (1 件)

Image Analyst
Image Analyst 2014 年 11 月 24 日

カテゴリ

Help Center および File ExchangeDesktop についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by