Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
Eigen::Matrix3d InvertEssentialMatrix(const Eigen::Matrix3d& E) {
153
return E.transpose();
154
}
155
156
Eigen::Matrix3d FundamentalFromEssentialMatrix(const Eigen::Matrix3d& K2,
157
const Eigen::Matrix3d& E,
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68