Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/base/
H A Ddatabase.cc100 FeatureMatches FeatureMatchesFromBlob(const FeatureMatchesBlob& blob) { in FeatureMatchesFromBlob() function
472 return FeatureMatchesFromBlob(blob); in ReadMatches()
486 all_matches.emplace_back(pair_id, FeatureMatchesFromBlob(blob)); in ReadAllMatches()
519 two_view_geometry.inlier_matches = FeatureMatchesFromBlob(blob); in ReadTwoViewGeometry()
545 two_view_geometry.inlier_matches = FeatureMatchesFromBlob(blob); in ReadTwoViewGeometries()