AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::sfmData::ExposureSetting Class Reference

Public Member Functions

 ExposureSetting (double shutter, double fnumber, double iso)
 
bool hasShutter () const
 
bool hasFNumber () const
 
bool hasISO () const
 
bool isFullyDefined () const
 
bool isPartiallyDefined () const
 
double getExposure (const double referenceISO=100.0, const double referenceFNumber=1.0) const
 
bool operator< (const ExposureSetting &other) const
 
bool operator== (const ExposureSetting &other) const
 

Public Attributes

double _shutter {-1.0}
 
double _fnumber {-1.0}
 
double _iso {-1.0}
 

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