SURF_GPU matching with FLANN

asked 2014-05-22 12:20:51 -0600

mruiz gravatar image

Hi! How I convert the vector (std::vector<float>) of descriptors obtained with cv::gpu::SURF_GPU (through the downloadDescriptors(...) function) into a matrix (cv::Mat) of descriptors to use with the FLANN matcher (cv::FlannBasedMatcher)?

Have any sense what I'm trying to do? That is, there are better alternatives to match SURF descriptors taking advantage of the GPU?

Thanks!

edit retag flag offensive close merge delete