#include "libfreenect.h"
Go to the source code of this file.
Functions | |
int | freenect_apply_depth_to_mm (freenect_device *dev, uint8_t *input_packed, uint16_t *output_mm) |
int | freenect_apply_registration (freenect_device *dev, uint8_t *input_packed, uint16_t *output_mm) |
int | freenect_init_registration (freenect_device *dev) |
int freenect_apply_depth_to_mm | ( | freenect_device * | dev, |
uint8_t * | input_packed, | ||
uint16_t * | output_mm | ||
) |
Definition at line 172 of file registration.c.
int freenect_apply_registration | ( | freenect_device * | dev, |
uint8_t * | input_packed, | ||
uint16_t * | output_mm | ||
) |
Definition at line 104 of file registration.c.
int freenect_init_registration | ( | freenect_device * | dev | ) |
Allocate and fill registration tables This function should be called every time a new video (not depth!) mode is activated.
Definition at line 335 of file registration.c.