PBL4_2
|
A class for reading configuration parameters. More...
Public Member Functions | |
__init__ (self) | |
Constructor for ConfigReader. | |
getProjectedImageWidth (self) | |
Gets the projected image width. | |
getDistanceBetweenProjectors (self) | |
Gets the distance between projectors. | |
getImageWidth (self) | |
Gets the image width. | |
getImageHeight (self) | |
Gets the image height. | |
getImageName (self) | |
Gets the image name. | |
getSide (self) | |
Gets the side information. | |
getGamma (self) | |
Gets the gamma value. | |
A class for reading configuration parameters.
config_reader.ConfigReader.getDistanceBetweenProjectors | ( | self | ) |
Gets the distance between projectors.
config_reader.ConfigReader.getGamma | ( | self | ) |
Gets the gamma value.
config_reader.ConfigReader.getImageHeight | ( | self | ) |
Gets the image height.
config_reader.ConfigReader.getImageName | ( | self | ) |
Gets the image name.
config_reader.ConfigReader.getImageWidth | ( | self | ) |
Gets the image width.
config_reader.ConfigReader.getProjectedImageWidth | ( | self | ) |
Gets the projected image width.
config_reader.ConfigReader.getSide | ( | self | ) |
Gets the side information.