Home
last modified time | relevance | path

Searched refs:MatchSiftFeaturesCPUBruteForce (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.h214 void MatchSiftFeaturesCPUBruteForce(const SiftMatchingOptions& match_options,
H A Dsift_test.cc338 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 Dsift.cc961 void MatchSiftFeaturesCPUBruteForce(const SiftMatchingOptions& match_options, in MatchSiftFeaturesCPUBruteForce() function