Searched refs:MatchSiftFeaturesGPU (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/colmap/colmap-3.6/src/feature/ |
H A D | sift_test.cc | 505 MatchSiftFeaturesGPU(SiftMatchingOptions(), &descriptors1, &descriptors2, in BOOST_AUTO_TEST_CASE() 513 MatchSiftFeaturesGPU(SiftMatchingOptions(), nullptr, nullptr, in BOOST_AUTO_TEST_CASE() 521 MatchSiftFeaturesGPU(SiftMatchingOptions(), &descriptors1, nullptr, in BOOST_AUTO_TEST_CASE() 529 MatchSiftFeaturesGPU(SiftMatchingOptions(), nullptr, &descriptors2, in BOOST_AUTO_TEST_CASE() 537 MatchSiftFeaturesGPU(SiftMatchingOptions(), &empty_descriptors, in BOOST_AUTO_TEST_CASE() 540 MatchSiftFeaturesGPU(SiftMatchingOptions(), &descriptors1, in BOOST_AUTO_TEST_CASE() 543 MatchSiftFeaturesGPU(SiftMatchingOptions(), &empty_descriptors, in BOOST_AUTO_TEST_CASE() 581 MatchSiftFeaturesGPU(options, &descriptors1, &descriptors2, in BOOST_AUTO_TEST_CASE() 592 MatchSiftFeaturesGPU(options, &empty_descriptors, &descriptors2, in BOOST_AUTO_TEST_CASE() 598 MatchSiftFeaturesGPU(options, &descriptors1, &empty_descriptors, in BOOST_AUTO_TEST_CASE() [all …]
|
H A D | sift.h | 243 void MatchSiftFeaturesGPU(const SiftMatchingOptions& match_options,
|
H A D | sift.cc | 1148 void MatchSiftFeaturesGPU(const SiftMatchingOptions& match_options, in MatchSiftFeaturesGPU() function
|
H A D | matching.cc | 404 MatchSiftFeaturesGPU(options_, descriptors1_ptr, descriptors2_ptr, in Run()
|