This class provides methods to fill a depth or disparity image.
More...
#include <openni_depth_image.h>
|
| DepthImage (boost::shared_ptr< xn::DepthMetaData > depth_meta_data, float baseline, float focal_length, XnUInt64 shadow_value, XnUInt64 no_sample_value) throw () |
|
void | fillDepthImage (unsigned width, unsigned height, float *depth_buffer, unsigned line_step=0) const throw (OpenNIException) |
|
void | fillDepthImageRaw (unsigned width, unsigned height, unsigned short *depth_buffer, unsigned line_step=0) const throw (OpenNIException) |
|
void | fillDisparityImage (unsigned width, unsigned height, float *disparity_buffer, unsigned line_step=0) const throw (OpenNIException) |
|
float | getBaseline () const throw () |
|
const xn::DepthMetaData & | getDepthMetaData () const throw () |
|
float | getFocalLength () const throw () |
|
unsigned | getFrameID () const throw () |
|
unsigned | getHeight () const throw () |
|
XnUInt64 | getNoSampleValue () const throw () |
|
XnUInt64 | getShadowValue () const throw () |
|
unsigned long | getTimeStamp () const throw () |
|
unsigned | getWidth () const throw () |
|
virtual | ~DepthImage () throw () |
|
This class provides methods to fill a depth or disparity image.
- Author
- Suat Gedikli
- Date
- 02.january 2011
Definition at line 52 of file openni_depth_image.h.
openni_wrapper::DepthImage::DepthImage |
( |
boost::shared_ptr< xn::DepthMetaData > |
depth_meta_data, |
|
|
float |
baseline, |
|
|
float |
focal_length, |
|
|
XnUInt64 |
shadow_value, |
|
|
XnUInt64 |
no_sample_value |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
openni_wrapper::DepthImage::~DepthImage |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
void openni_wrapper::DepthImage::fillDepthImage |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
float * |
depth_buffer, |
|
|
unsigned |
line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
void openni_wrapper::DepthImage::fillDepthImageRaw |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned short * |
depth_buffer, |
|
|
unsigned |
line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
void openni_wrapper::DepthImage::fillDisparityImage |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
float * |
disparity_buffer, |
|
|
unsigned |
line_step = 0 |
|
) |
| const |
throw | ( | OpenNIException |
| ) | | |
float openni_wrapper::DepthImage::getBaseline |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const xn::DepthMetaData & openni_wrapper::DepthImage::getDepthMetaData |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
float openni_wrapper::DepthImage::getFocalLength |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
unsigned openni_wrapper::DepthImage::getFrameID |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
unsigned openni_wrapper::DepthImage::getHeight |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
XnUInt64 openni_wrapper::DepthImage::getNoSampleValue |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
XnUInt64 openni_wrapper::DepthImage::getShadowValue |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
unsigned long openni_wrapper::DepthImage::getTimeStamp |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
unsigned openni_wrapper::DepthImage::getWidth |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
float openni_wrapper::DepthImage::baseline_ |
|
protected |
float openni_wrapper::DepthImage::focal_length_ |
|
protected |
XnUInt64 openni_wrapper::DepthImage::no_sample_value_ |
|
protected |
XnUInt64 openni_wrapper::DepthImage::shadow_value_ |
|
protected |
The documentation for this class was generated from the following files: