Home
last modified time | relevance | path

Searched refs:MatchSiftFeaturesGPU (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift_test.cc505 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 Dsift.h243 void MatchSiftFeaturesGPU(const SiftMatchingOptions& match_options,
H A Dsift.cc1148 void MatchSiftFeaturesGPU(const SiftMatchingOptions& match_options, in MatchSiftFeaturesGPU() function
H A Dmatching.cc404 MatchSiftFeaturesGPU(options_, descriptors1_ptr, descriptors2_ptr, in Run()