Hello, I'm looking for a database to store my extracted surf features.
My idea is to use MongoDB as feature store and add each row of image descriptor as document to MongoDB. MongoDB also includes knn and radius serch algorithms, but I cant estimate how i performs on image features (curretly I have descriptors with 61 dimensions and more than 10.000.000 features). Has someone ideas or experiance with mongodb or another socument store?