Borrar filtros
Borrar filtros

plz clear my doubt ....

1 visualización (últimos 30 días)
DEEPTHI
DEEPTHI el 24 de En. de 2013
Comentada: Image Analyst el 25 de Mzo. de 2021
i have to implement cbir for large db....will i do for 10000 images......how to use the images store in one file plzzz help me.....

Respuestas (1)

Image Analyst
Image Analyst el 24 de En. de 2013
Perhaps you need to use the Database Toolbox. Put all your images into a database and then use MATLAB's database toolbox for interacting with the database. I can't help you because I don't have that toolbox but call the Mathworks and they will answer most or all of your questions.
  2 comentarios
Anu Sebastian
Anu Sebastian el 25 de Mzo. de 2021
Editada: Anu Sebastian el 25 de Mzo. de 2021
Cannot get any output from this code
global nimg newpixel=rgb2gray(nimg); glcm = graycomatrix(newpixel,'Offset',[2 0]); stats = graycoprops(glcm,{'Energy','Homogeneity'}); settest = [ stats.Energy stats.Homogeneity]; settest=[settest 1]; save('testdataset.mat','settest');
Image Analyst
Image Analyst el 25 de Mzo. de 2021
Your comment has nothing to do with this question, my answer to it, or with databases. Please start your own new question after reading this:
In the meantime, study my attached demo.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by