Concrete implementation of the interface Image for a YUV 422 image used by Primesense devices.
More...
#include <openni_image_yuv_422.h>
|
static bool | resizingSupported (unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) |
|
Concrete implementation of the interface Image for a YUV 422 image used by Primesense devices.
- Author
- Suat Gedikli
- Date
- 02.january 2011
Definition at line 49 of file openni_image_yuv_422.h.
openni_wrapper::ImageYUV422::ImageYUV422 |
( |
boost::shared_ptr< xn::ImageMetaData > |
image_meta_data | ) |
|
throw | ( | |
| ) | | |
openni_wrapper::ImageYUV422::~ImageYUV422 |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
void openni_wrapper::ImageYUV422::fillGrayscale |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned char * |
gray_buffer, |
|
|
unsigned |
gray_line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
|
virtual |
void openni_wrapper::ImageYUV422::fillRGB |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned char * |
rgb_buffer, |
|
|
unsigned |
rgb_line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
|
virtual |
virtual Encoding openni_wrapper::ImageYUV422::getEncoding |
( |
| ) |
const |
|
inlinevirtual |
bool openni_wrapper::ImageYUV422::isResizingSupported |
( |
unsigned |
input_width, |
|
|
unsigned |
input_height, |
|
|
unsigned |
output_width, |
|
|
unsigned |
output_height |
|
) |
| const |
|
virtual |
bool openni_wrapper::ImageYUV422::resizingSupported |
( |
unsigned |
input_width, |
|
|
unsigned |
input_height, |
|
|
unsigned |
output_width, |
|
|
unsigned |
output_height |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: