Database(DBMS) for Computer Vision

asked 2013-07-13 13:49:09 -0600

Mahdi gravatar image

I am searching to gain some knowledge for database system that best fits computer vision(and/or machine learning) systems. A database and methods for storing SIFT or any other popular image features and query for finding matches. So please name database and frameworks used for professional purposes like MySQL, PostgreSQL, MongoDB, HBase or any other suitable solutions that is best for numerical and high performance applications and explain your opinion. I wonder if I am thinking on the issue or asking the question in the right manner so please correct me if you find any misunderstandings.

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Yeah sure. Normally you pay consults for those kinds of opinion without any thoughts of your own. Ask us specific questions (and not just "what is the best RDMBS for finding matches") and we will answer.

Notas gravatar imageNotas ( 2013-07-13 16:02:43 -0600 )edit

How about saying that when we query on a database there functionalitys that databases use to make processes faster like caching. Like querying for similar strings, sorting, filtering or what ever else. So more precisely, is there any database that makes similar search or some basic vector operations as its primitive functionalitys? Thanks again

Mahdi gravatar imageMahdi ( 2013-07-13 19:18:16 -0600 )edit