MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / world2cam

Method world2cam

opt_utils/src/conversions.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 Eigen::Vector3d
84 Conversions::world2cam(
85 const Eigen::Vector3d& world,
86 const Eigen::Matrix3d& intrinsics)
87 {
88 Eigen::Vector3d v = intrinsics * world;
89 v /= v(2);
90 return v;
91 }
92
93 Eigen::Vector3f
94 Conversions::world2cam(

Callers 5

imageCbMethod · 0.80
imageCbMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
imageCbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected