MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getPointXYZ

Method getPointXYZ

src/registration.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void Registration::getPointXYZ(const Frame *undistorted, int r, int c, float &x, float &y, float &z) const
338{
339 impl_->getPointXYZ(undistorted,r,c,x,y,z);
340}
341
342void RegistrationImpl::getPointXYZ (const Frame *undistorted, int r, int c, float &x, float &y, float &z) const
343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected