Searched refs:MatchSiftFeaturesCPUBruteForce (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/colmap/colmap-3.6/src/feature/ |
H A D | sift.h | 214 void MatchSiftFeaturesCPUBruteForce(const SiftMatchingOptions& match_options,
|
H A D | sift_test.cc | 338 MatchSiftFeaturesCPUBruteForce(options, descriptors1, descriptors2, in BOOST_AUTO_TEST_CASE() 349 MatchSiftFeaturesCPUBruteForce(options, empty_descriptors, descriptors2, &matches_bf); in BOOST_AUTO_TEST_CASE() 353 MatchSiftFeaturesCPUBruteForce(options, descriptors1, empty_descriptors, &matches_bf); in BOOST_AUTO_TEST_CASE() 357 MatchSiftFeaturesCPUBruteForce(options, empty_descriptors, empty_descriptors, &matches_bf); in BOOST_AUTO_TEST_CASE()
|
H A D | sift.cc | 961 void MatchSiftFeaturesCPUBruteForce(const SiftMatchingOptions& match_options, in MatchSiftFeaturesCPUBruteForce() function
|