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

Method apply

src/registration.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void Registration::apply( int dx, int dy, float dz, float& cx, float &cy) const
109{
110 impl_->apply(dx, dy, dz, cx, cy);
111}
112
113void RegistrationImpl::apply( int dx, int dy, float dz, float& cx, float &cy) const
114{

Callers 4

mainFunction · 0.80
colorFrameRGB888Method · 0.80
depthToColorMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected