Skip to content

Commit

Permalink
Remove ignored corner print
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored May 10, 2024
1 parent 23b7f8d commit 9620baa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mrcal_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ mrcal_pose_t getSeedPose(const mrcal_point3_t *c_observations_board_pool,
if (corner.z >= 0) {
imagePoints.emplace_back(corner.x, corner.y);
objectPoints.push_back(Point3f(j * squareSize, i * squareSize, 0));
} else {
std::printf("Ignoring %i,%i!\n", i, j);
}
}
}
Expand Down

0 comments on commit 9620baa

Please sign in to comment.