Skip to content

Commit

Permalink
fix(ceres_intrinsic_camera_calibrator): remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: amadeuszsz <[email protected]>
  • Loading branch information
amadeuszsz committed Nov 18, 2024
1 parent 774dd90 commit abf6bfd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ struct CoefficientsResidual
return cost_function;
}

Eigen::Vector3d object_point_;
Eigen::Vector2d image_point_;
int radial_distortion_coeffs_;
bool use_tangential_distortion_;
int rational_distortion_coeffs_;
Expand Down

0 comments on commit abf6bfd

Please sign in to comment.