How to create images database in matlab to store 5 images.
Mostrar comentarios más antiguos
I want to make a database of 5 images I have, which are img1,img2,img3,img4,img5. I will will use this for template matching which is part of my research. please any body can help me in this regard to provide me the source code?
3 comentarios
Image Analyst
el 22 de Oct. de 2014
Define what "database" means to you. Like an actual database, or just a folder of images, or something else. Also, do you have the Database Toolbox?
Sadiq Shah
el 23 de Oct. de 2014
Editada: Sadiq Shah
el 23 de Oct. de 2014
sheetal jagtap
el 13 de Feb. de 2015
Sir may u please explain me ,how this actually works.I am not getting from where to give path of images & what that int2str function stands for.
Respuesta aceptada
Más respuestas (4)
Image Analyst
el 23 de Oct. de 2014
0 votos
See the FAQ for code samples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
1 comentario
Rizwan Chughtai
el 18 de Mayo de 2017
Dear " Image Analyst" i need your help.
problem: let say i have 5 images of 300x300 and these images are simple color images, say; ist image is red color image, 2nd is blue, 3rd is yellow, 4th is white and 5th is black color image. so first i have to save all 5 images like a database then i can input one image from the above image and find out the correct image from my database (just like correlation) i-e my input image is the ist image from my database or my input image is the 2nd image from my database or my input image is the 3rd image from my database... and so on...
and we can choose the correct image from our database on the basis of color...
kindly send the code of above stated problem "Image Analyst", if possible.
thankyou.
Dima Lisin
el 24 de Oct. de 2014
0 votos
The imageSet class in the Computer Vision System Toolbox gives you an easy way to create a collection of images.
1 comentario
Martino Corno
el 9 de Oct. de 2019
What do you mean with imagine collection?
seenu Ramdoss
el 10 de Feb. de 2015
0 votos
Sir, i need create one food database and i compare my input food image with the data base....in matlab ,,,how to i do this...
1 comentario
Image Analyst
el 10 de Feb. de 2015
There are many aspects of that: image capture (cameras, lighting, etc.), data storage, image analysis, feature vector comparison, what to do based on the results, etc. It's too much to ask us to layout an entire turnkey system for you. Can you ask a much smaller, simpler, more targeted question?
Muntaha Saleem
el 10 de Jun. de 2021
0 votos
i need to import mmu iris scans images in matlab kindly guide me how to do it
1 comentario
Image Analyst
el 10 de Jun. de 2021
Use imread() if you can.
theImage = imread(fullFileName);
For a full demo, see my Image Segmentation Tutorial:
Categorías
Más información sobre Image Processing and Computer Vision en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!