facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | List of all members
TrackVar Class Reference

Public Member Functions

 TrackVar (const std::string &imagePath, const int width, const float varLowMaxIn, const float varHighMaxIn)
 
float getVarNoiseFloor ()
 
float getVarHighThresh ()
 
 TrackVar (const std::string &imageBgPath, const std::string &imageFgPath, const int width, const int blurMaxIn, const float threshMaxIn, const int closingMaxIn)
 
int getBlur ()
 
float getThreshold ()
 
int getClosing ()
 

Constructor & Destructor Documentation

◆ TrackVar() [1/2]

TrackVar::TrackVar ( const std::string &  imagePath,
const int  width,
const float  varLowMaxIn,
const float  varHighMaxIn 
)
inline

◆ TrackVar() [2/2]

TrackVar::TrackVar ( const std::string &  imageBgPath,
const std::string &  imageFgPath,
const int  width,
const int  blurMaxIn,
const float  threshMaxIn,
const int  closingMaxIn 
)
inline

Member Function Documentation

◆ getBlur()

int TrackVar::getBlur ( )
inline

◆ getClosing()

int TrackVar::getClosing ( )
inline

◆ getThreshold()

float TrackVar::getThreshold ( )
inline

◆ getVarHighThresh()

float TrackVar::getVarHighThresh ( )
inline

◆ getVarNoiseFloor()

float TrackVar::getVarNoiseFloor ( )
inline

The documentation for this class was generated from the following files: