2014-05-22 12:20:51 -0600 | asked a question | SURF_GPU matching with FLANN 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! |