Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
BIAS::ProjectionError Class Reference

#include <Geometry/ProjectionError.hh>

Public Types

enum  EInnerOuter { Inner, Outer }
 
enum  ELeftRight { Left, Right }
 

Public Member Functions

double ComputeDiff (double z, double offset)
 
double GetBaseline () const
 
const
ProjectionParametersPerspective
GetCam (ELeftRight which)
 
void Init (int res, double depth, double angle)
 Initiates cameras and calculates the length of the baseline based on minDepth and angle. More...
 
void Init (int res, double baseline)
 
 ProjectionError ()
 

Detailed Description

Examples:
ProjectionError.cpp.

Definition at line 33 of file ProjectionError.hh.

Member Enumeration Documentation

Enumerator
Inner 
Outer 

Definition at line 41 of file ProjectionError.hh.

Enumerator
Left 
Right 

Definition at line 36 of file ProjectionError.hh.

Constructor & Destructor Documentation

BIAS::ProjectionError::ProjectionError ( )

Definition at line 30 of file ProjectionError.cpp.

Member Function Documentation

double BIAS::ProjectionError::ComputeDiff ( double  z,
double  offset 
)
double BIAS::ProjectionError::GetBaseline ( ) const
Examples:
ProjectionError.cpp.

Definition at line 127 of file ProjectionError.cpp.

const ProjectionParametersPerspective * BIAS::ProjectionError::GetCam ( ELeftRight  which)

Definition at line 119 of file ProjectionError.cpp.

void BIAS::ProjectionError::Init ( int  res,
double  depth,
double  angle 
)

Initiates cameras and calculates the length of the baseline based on minDepth and angle.

Parameters
depthDepth for which the baseline shall be calculated.
anglecamera1 - object - camera2 (degree)
Examples:
ProjectionError.cpp.

Definition at line 55 of file ProjectionError.cpp.

void BIAS::ProjectionError::Init ( int  res,
double  baseline 
)

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