MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / GetCameraCenter

Method GetCameraCenter

include/Frame.h:135–137  ·  view source on GitHub ↗

Returns the camera center.

Source from the content-addressed store, hash-verified

133
134 // Returns the camera center.
135 inline Eigen::Vector3f GetCameraCenter(){
136 return mOw;
137 }
138
139 // Returns inverse of rotation
140 inline Eigen::Matrix3f GetRotationInverse(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected