Skip to content

Commit

Permalink
chore: last-last fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Oct 21, 2024
1 parent 088e995 commit 22db8b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void CeresCameraIntrinsicsOptimizer::dataToPlaceholders()
intrinsics_placeholder_[index++] = k6;
}

// Convert the revcs, tvecs into the placeholders // cSpell:ignore rvecs,tvecs
// Convert the rvecs, tvecs into the placeholders // cSpell:ignore rvecs,tvecs
pose_placeholders_.resize(object_points_.size());

for (std::size_t i = 0; i < object_points_.size(); i++) {
Expand Down Expand Up @@ -248,7 +248,7 @@ void CeresCameraIntrinsicsOptimizer::placeholdersToData()
k6 = intrinsics_placeholder_[index++];
}

// Convert the revcs, tvecs into the placeholders // cSpell:ignore rvecs,tvecs
// Convert the rvecs, tvecs into the placeholders // cSpell:ignore rvecs,tvecs
rvecs_.resize(pose_placeholders_.size());
tvecs_.resize(pose_placeholders_.size());

Expand Down

0 comments on commit 22db8b8

Please sign in to comment.