OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_matches
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/cudafeatures2d/perf/
perf_features2d.cpp
187
std::vector<cv::DMatch>
cpu_matches
;
local
189
TEST_CYCLE() matcher.match(query, train,
cpu_matches
);
191
SANITY_CHECK_MATCHES(
cpu_matches
);
253
std::vector<cv::DMatch>
cpu_matches
;
local
254
toOneRowMatches(matchesTbl,
cpu_matches
);
256
SANITY_CHECK_MATCHES(
cpu_matches
);
307
std::vector<cv::DMatch>
cpu_matches
;
local
308
toOneRowMatches(matchesTbl,
cpu_matches
);
310
SANITY_CHECK_MATCHES(
cpu_matches
);
Completed in 224 milliseconds