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

Method Registration

src/registration.cpp:362–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362Registration::Registration(Freenect2Device::IrCameraParams depth_p, Freenect2Device::ColorCameraParams rgb_p):
363 impl_(new RegistrationImpl(depth_p, rgb_p)) {}
364
365Registration::~Registration()
366{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected