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

1 次查看(过去 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 CenterFile Exchange 中查找有关 Desktop 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by