MCPcopy Create free account
hub / github.com/colmap/colmap / InvertEssentialMatrix

Function InvertEssentialMatrix

src/colmap/geometry/essential_matrix.cc:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Eigen::Matrix3d InvertEssentialMatrix(const Eigen::Matrix3d& E) {
153 return E.transpose();
154}
155
156Eigen::Matrix3d FundamentalFromEssentialMatrix(const Eigen::Matrix3d& K2,
157 const Eigen::Matrix3d& E,

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68