urgently needed

4 次查看(过去 30 天)
suny
suny 2011-4-30
Hello I need a way to create an images database using Matlab,any body can help me??? i want to make a digital images database for faces to face recognition system. I make the code nd then I put the images in an array and take each image manually so i need to put them in a database.
  17 个评论
Walter Roberson
Walter Roberson 2011-5-2
Jan asked, "Do you have a specific question?" and "Is there a reason not to use a database as a database?" and "If you need help, edit your question and insert as much details as necessary to provide any meaningful answer. If a questions looks like the asking person has spent as much work as possible to solve the problem, the contributors here will be more enthusiastic to support you."
Is the key point for you the storing of the images, or is it the retrieval of the images? Is the most frequently retrieved information the images or is it feature vectors that describe the images? What size of images are involved (in bytes)? Are there multiple images per person to be stored? What (if any) performance criteria are there? Do you have a specific reason to prefer one database over another? What binary format should the images be stored in, a plain array of bytes or (say) JPEG format?
Oleg Komarov
Oleg Komarov 2011-5-3
@suny: after all it is not about the word "urgent" it is about YOU not getting any help because of YOU and YOU only.
I saw people people getting the first answer in a minute because the contributors were able to do so.
It is in YOUR interest to give the best description of your problem. If you do not get an answer and you are requested to provide more details then it could be that the description you gave is not as specific as you thought (as you could have already guessed from Walter's previous comment).
I suggest to reconsider the title of your post and to look at mySQL, a freeware DBMS, to store your images. There are plenty of ways to establish a connection with MATLAB (a hint: google).
Any problems you may encounter, post here (as indicated in my TUTORIAL: how to ask a question...)

请先登录,再进行评论。

回答(2 个)

Sean de Wolski
Sean de Wolski 2011-5-2
Go to www.images.google.com type in "face", then click search and save the pictures in a directory on your computer.
If it was my homework assignment I might search with "pretty face" instead.
  1 个评论
suny
suny 2011-5-2
thanks for your efforts but what i need not image database , i aleady have images but i want to make them in a database which is accessible via Matlab

请先登录,再进行评论。


vinh
vinh 2011-5-26
Why don't you save your array which contains your image data by "save" function, Matlab will put image data in a ".mat" file. and you can use "load" function to access it later as an image database.

类别

Help CenterFile Exchange 中查找有关 Language Support 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by