#include <stdio.h>
#include <OpenNI.h>
#include <unistd.h>
#include <stdlib.h>
#include <termios.h>
#include <fcntl.h>
Go to the source code of this file.
Functions | |
void | calculateHistogram (float *pHistogram, int histogramSize, const openni::VideoFrameRef &depthFrame) |
int | wasKeyboardHit () |
void calculateHistogram | ( | float * | pHistogram, |
int | histogramSize, | ||
const openni::VideoFrameRef & | depthFrame | ||
) |
Definition at line 64 of file NiteSampleUtilities.h.
int wasKeyboardHit | ( | ) |
Definition at line 27 of file NiteSampleUtilities.h.