How to read multibule image from folder

2 vues (au cours des 30 derniers jours)
ra
ra le 24 Avr 2014
Commenté : Image Analyst le 24 Avr 2014
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]

Réponses (1)

Image Analyst
Image Analyst le 24 Avr 2014
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 commentaires
ra
ra le 24 Avr 2014
Modifié(e) : ra le 24 Avr 2014
I don't know what is best .mat or text I want to use the result for classification
Image Analyst
Image Analyst le 24 Avr 2014
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"?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by