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

Method getPointXYZRGB

src/registration.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void Registration::getPointXYZRGB (const Frame* undistorted, const Frame* registered, int r, int c, float& x, float& y, float& z, float& rgb) const
318{
319 impl_->getPointXYZRGB(undistorted, registered, r, c, x, y, z, rgb);
320}
321
322void RegistrationImpl::getPointXYZRGB (const Frame* undistorted, const Frame* registered, int r, int c, float& x, float& y, float& z, float& rgb) const
323{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected