Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc1529 const size_t num_existing_points3D = image.NumPoints3D(); in RunPointTriangulator() local
1531 std::cout << " => Image sees " << num_existing_points3D << " / " in RunPointTriangulator()
1537 << (image.NumPoints3D() - num_existing_points3D) << " points" in RunPointTriangulator()