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

Method ~Registration

src/registration.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 impl_(new RegistrationImpl(depth_p, rgb_p)) {}
364
365Registration::~Registration()
366{
367 delete impl_;
368}
369
370RegistrationImpl::RegistrationImpl(Freenect2Device::IrCameraParams depth_p, Freenect2Device::ColorCameraParams rgb_p):
371 depth(depth_p), color(rgb_p), filter_width_half(2), filter_height_half(1), filter_tolerance(0.01f)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected