Searched refs:descriptors2_ (Results 1 – 1 of 1) sorted by relevance
138 GpuMat descriptors1_, descriptors2_; member in __anon0431e8210111::GpuMatcher218 ensureSizeIsEnough(features2.descriptors.size(), features2.descriptors.type(), descriptors2_); in match()221 descriptors2_.upload(features2.descriptors); in match()229 matcher->knnMatch(descriptors1_, descriptors2_, pair_matches, 2); in match()245 matcher->knnMatch(descriptors2_, descriptors1_, pair_matches, 2); in match()261 descriptors2_.release(); in collectGarbage()