This class provides methods to fill a RGB or Grayscale image buffer from underlying RGB24 image.
More...
#include <openni_image_rgb24.h>
|
static bool | resizingSupported (unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) |
|
This class provides methods to fill a RGB or Grayscale image buffer from underlying RGB24 image.
- Author
- Suat Gedikli
- Date
- 19. June 2011
Definition at line 49 of file openni_image_rgb24.h.
openni_wrapper::ImageRGB24::ImageRGB24 |
( |
boost::shared_ptr< xn::ImageMetaData > |
image_meta_data | ) |
|
throw | ( | |
| ) | | |
openni_wrapper::ImageRGB24::~ImageRGB24 |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
void openni_wrapper::ImageRGB24::fillGrayscale |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned char * |
gray_buffer, |
|
|
unsigned |
gray_line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
|
virtual |
void openni_wrapper::ImageRGB24::fillRGB |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned char * |
rgb_buffer, |
|
|
unsigned |
rgb_line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
|
virtual |
virtual Encoding openni_wrapper::ImageRGB24::getEncoding |
( |
| ) |
const |
|
inlinevirtual |
bool openni_wrapper::ImageRGB24::isResizingSupported |
( |
unsigned |
input_width, |
|
|
unsigned |
input_height, |
|
|
unsigned |
output_width, |
|
|
unsigned |
output_height |
|
) |
| const |
|
virtual |
bool openni_wrapper::ImageRGB24::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: