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

Method undistortDepth

src/registration.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void Registration::undistortDepth(const Frame *depth, Frame *undistorted) const
277{
278 impl_->undistortDepth(depth, undistorted);
279}
280
281void RegistrationImpl::undistortDepth(const Frame *depth, Frame *undistorted) const
282{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected