#include <openni_camera/openni_image_yuv_422.h>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | openni_wrapper |
Defines | |
#define | CLIP_CHAR(c) ((c)>255?255:(c)<0?0:(c)) |
#define CLIP_CHAR | ( | c | ) | ((c)>255?255:(c)<0?0:(c)) |
Definition at line 41 of file openni_image_yuv_422.cpp.