Home
last modified time | relevance | path

Searched defs:trainDescCollection (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp954 std::vector<Mat> trainDescCollection; member in cv::DescriptorMatcher
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp130 static void makeGpuCollection(const std::vector<GpuMat>& trainDescCollection, in makeGpuCollection()