how i can load tiff image from database?
Afficher commentaires plus anciens
hi, ihave an tiff image database and want to load image one by one ,then feature extraction loaded iamge and save result. how can i load image? thanks alot
Réponses (3)
Grufff
le 22 Juin 2013
0 votes
If you search google for "load tiff image into Matlab" the very first hit leads you to this page, from the Mathworks documentation:
That explains the imread command, and how to use it to load tiff images.
Image Analyst
le 22 Juin 2013
0 votes
What does "database" mean to you? Just a folder with a collection of images, or a real database, like from Oracle or somebody? If it's just a bunch of images, you can use imread() or the TIFF class reader. See tiff in the help facility.
For feature extraction, see the Image Segmentation Tutorial in my File Exchange: Image Analyst's awesome File Exchange
sodeh
le 23 Juin 2013
Modifié(e) : Walter Roberson
le 2 Juin 2015
2 commentaires
Image Analyst
le 24 Juin 2013
Um, you forgot to tell us the error!!!
Walter Roberson
le 2 Juin 2015
files = dir( fullfile(folder_name, '*.tif'));
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!