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 visualización (últimos 30 días)

Respuesta aceptada

Thorsten
Thorsten el 24 de Nov. de 2014
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

Más respuestas (1)

Image Analyst
Image Analyst el 24 de Nov. de 2014

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by