How to create a database for image retrieval system

1 view (last 30 days)
hi,
i'm new in image processing and matlab, i would like to know how can'i store the features ( such: color hist, color moments.....) that i extracted from an image, in a database. and which database is the most suitable in the case of image retrieval.
Thanks.

Answers (1)

Image Analyst
Image Analyst on 21 Sep 2013
Using a mat file is probably the most convenient for a small single user project, like something for your thesis or dissertation. You can use save() and load(). There is a database toolbox if you need something more professional to talk to things like Oracle databases: http://www.mathworks.com/products/database/
  11 Comments
Image Analyst
Image Analyst on 22 Sep 2013
A mat file doesn't really have cells , like Excel has cells or a MATLAB cell array has cells. Just consider it a binary file with proprietary format that you can use to save or recall variables, using code I already showed you.
Walter Roberson
Walter Roberson on 23 Sep 2013
$5 ? That's inexpensive. I wouldn't get out of bed for $5.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!