ofxDepthStream
Public Member Functions | Data Fields
ofxDepthStream::DepthLoaderOpts Struct Reference

Options container for the loadDepth* methods. More...

#include <functional.h>

Public Member Functions

DepthLoaderOptssetMinDistance (int v)
 
DepthLoaderOptssetMaxDistance (int v)
 
DepthLoaderOptssetVertCorrection (int v)
 
DepthLoaderOptssetMargins (const float *v)
 
DepthLoaderOptssetMarginTop (float v)
 
DepthLoaderOptssetMarginRight (float v)
 
DepthLoaderOptssetMarginBottom (float v)
 
DepthLoaderOptssetMarginLeft (float v)
 
DepthLoaderOptssetKeystone (float v)
 
DepthLoaderOptssetShift1 (int v)
 
DepthLoaderOptssetShift2 (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}
 

Detailed Description

Options container for the loadDepth* methods.

Member Function Documentation

◆ setKeystone()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setKeystone ( float  v)
inline

◆ setMarginBottom()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMarginBottom ( float  v)
inline

◆ setMarginLeft()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMarginLeft ( float  v)
inline

◆ setMarginRight()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMarginRight ( float  v)
inline

◆ setMargins()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMargins ( const float *  v)
inline

◆ setMarginTop()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMarginTop ( float  v)
inline

◆ setMaxDistance()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMaxDistance ( int  v)
inline

◆ setMinDistance()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setMinDistance ( int  v)
inline

◆ setShift1()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setShift1 ( int  v)
inline

◆ setShift2()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setShift2 ( int  v)
inline

◆ setVertCorrection()

DepthLoaderOpts& ofxDepthStream::DepthLoaderOpts::setVertCorrection ( int  v)
inline

Field Documentation

◆ keystone

float ofxDepthStream::DepthLoaderOpts::keystone =0.0f

Referenced by setKeystone().

◆ margins

float ofxDepthStream::DepthLoaderOpts::margins[4] ={0.0f, 0.0f, 0.0f, 0.0f}

◆ maxDistance

int ofxDepthStream::DepthLoaderOpts::maxDistance =5000

Referenced by setMaxDistance().

◆ minDistance

int ofxDepthStream::DepthLoaderOpts::minDistance =0

Referenced by setMinDistance().

◆ shift1

int ofxDepthStream::DepthLoaderOpts::shift1 =0

Referenced by setShift1().

◆ shift2

int ofxDepthStream::DepthLoaderOpts::shift2 =0

Referenced by setShift2().

◆ vertCorrection

int ofxDepthStream::DepthLoaderOpts::vertCorrection =0

Referenced by setVertCorrection().


The documentation for this struct was generated from the following file: