Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/sfm/
H A Dincremental_triangulator.cc253 for (const point3D_t point3D_id : reconstruction_->Point3DIds()) { in CompleteAllTracks()
282 for (const point3D_t point3D_id : reconstruction_->Point3DIds()) { in MergeAllTracks()
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dreconstruction.h104 std::unordered_set<point3D_t> Point3DIds() const;
H A Dreconstruction.cc52 std::unordered_set<point3D_t> Reconstruction::Point3DIds() const { in Point3DIds() function in colmap::Reconstruction
515 FilterPoints3DWithLargeReprojectionError(max_reproj_error, Point3DIds()); in Merge()
704 const std::unordered_set<point3D_t>& point3D_ids = Point3DIds(); in FilterAllPoints3D()
H A Dreconstruction_test.cc125 BOOST_CHECK_EQUAL(reconstruction.Point3DIds().count(point3D_id), 1); in BOOST_AUTO_TEST_CASE()
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc1433 for (const auto point3D_id : reconstruction.Point3DIds()) { in RunPointFiltering()