MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / Focal

Method Focal

deps/glomap/glomap/scene/camera.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ResetMethod · 0.80
CopyBackResultsMethod · 0.80
ScoreErrorEssentialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected