Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ CopyCameraIntrinsics
Function
CopyCameraIntrinsics
src/colmap/scene/rig.cc:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void CopyCameraIntrinsics(const Camera& src, Camera& dst) {
256
dst.model_id = src.model_id;
257
dst.params = src.params;
258
dst.has_prior_focal_length = src.has_prior_focal_length;
259
}
260
261
} // namespace
262
Callers
1
ApplyRigConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected