Surf and FlannIndex to find image in images database [closed]

asked 2016-06-11 12:59:44 -0600

Hi there,

I'm new to opencv and using EMGU as wrapper in C#. I'm trying to get the best similar image for a query image from images database.

I followed up the example as show here to do the work.

he uses SURF detector to detect images features and then he combines all database images descriptors in one Super descriptors matrix.

Then he uses the Flann Index to find the nearest neighbors of the query image.

The problem is that the distance matrix "dists" always contains "0" values. flannIndex.KnnSearch(queryDescriptors, indices, dists, 2, 24);

Thanks in advance

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2016-06-11 16:32:41.245689

Comments

sorry, but we cannot help you here with unsupported 3rd party wrappers like EMGU

berak gravatar imageberak ( 2016-06-11 16:31:55 -0600 )edit