ofxDepthStream
|
Options container for the loadDepth* methods. More...
#include <functional.h>
Public Member Functions | |
DepthLoaderOpts & | setMinDistance (int v) |
DepthLoaderOpts & | setMaxDistance (int v) |
DepthLoaderOpts & | setVertCorrection (int v) |
DepthLoaderOpts & | setMargins (const float *v) |
DepthLoaderOpts & | setMarginTop (float v) |
DepthLoaderOpts & | setMarginRight (float v) |
DepthLoaderOpts & | setMarginBottom (float v) |
DepthLoaderOpts & | setMarginLeft (float v) |
DepthLoaderOpts & | setKeystone (float v) |
DepthLoaderOpts & | setShift1 (int v) |
DepthLoaderOpts & | setShift2 (int v) |
Data Fields | |
int | minDistance =0 |
int | maxDistance =5000 |
int | vertCorrection =0 |
int | shift1 =0 |
int | shift2 =0 |
float | keystone =0.0f |
float | margins [4] ={0.0f, 0.0f, 0.0f, 0.0f} |
Options container for the loadDepth* methods.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
float ofxDepthStream::DepthLoaderOpts::keystone =0.0f |
Referenced by setKeystone().
float ofxDepthStream::DepthLoaderOpts::margins[4] ={0.0f, 0.0f, 0.0f, 0.0f} |
Referenced by setMarginBottom(), setMarginLeft(), setMarginRight(), setMargins(), and setMarginTop().
int ofxDepthStream::DepthLoaderOpts::maxDistance =5000 |
Referenced by setMaxDistance().
int ofxDepthStream::DepthLoaderOpts::minDistance =0 |
Referenced by setMinDistance().
int ofxDepthStream::DepthLoaderOpts::shift1 =0 |
Referenced by setShift1().
int ofxDepthStream::DepthLoaderOpts::shift2 =0 |
Referenced by setShift2().
int ofxDepthStream::DepthLoaderOpts::vertCorrection =0 |
Referenced by setVertCorrection().