Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what type we can specify for surf descriptor in the mysql DB

I'm using Opencv C++, for a face recognition application. For that I used SURF as descriptor and FlannMatcher for matching the points. Now I need to insert the descriptors into the database(I am using mysql DB). Can I insert descriptors into mysql DB, If yes which is the type I can use to store.

click to hide/show revision 2
retagged

updated 2014-04-25 00:29:52 -0600

berak gravatar image

what type we can specify for surf descriptor in the mysql DB

I'm using Opencv C++, for a face recognition application. For that I used SURF as descriptor and FlannMatcher for matching the points. Now I need to insert the descriptors into the database(I am using mysql DB). Can I insert descriptors into mysql DB, If yes which is the type I can use to store.