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

Method transformToCam

detection/src/detection_source.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 Eigen::Vector3d
125 DetectionSource::transformToCam(const Eigen::Vector3d& v)
126 {
127 return open_ptrack::opt_utils::Conversions::world2cam(inverseTransform(v), intrinsic_matrix_);
128 }
129
130 cv::Mat&
131 DetectionSource::getImage()

Callers 7

drawMethod · 0.80
toMsgMethod · 0.80
drawMethod · 0.80
toMsgMethod · 0.80
drawMethod · 0.80
toMsgMethod · 0.80
toMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected