Skip to content

Commit

Permalink
Add reading points message
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Mar 5, 2024
1 parent 8a04a0b commit dd89a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions point_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ PointSet *colmapReadPointSet(const std::string &filename){

auto *r = new PointSet();
size_t numPoints = readBinary<uint64_t>(reader);
std::cout << "Reading " << numPoints << " points" << std::endl;

r->points.resize(numPoints);
r->colors.resize(numPoints);

Expand Down

0 comments on commit dd89a17

Please sign in to comment.