| 26 | }; |
| 27 | |
| 28 | double Camera::Focal() const { return (FocalLengthX() + FocalLengthY()) / 2.0; } |
| 29 | |
| 30 | Eigen::Vector2d Camera::PrincipalPoint() const { |
| 31 | return Eigen::Vector2d(PrincipalPointX(), PrincipalPointY()); |
no outgoing calls
no test coverage detected