PBL4_2
Loading...
Searching...
No Matches
config_reader.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4
8
9
13class ConfigReader(object):
14 # ˅
15
16 # ˄
17
18
22 def __init__(self):
23 # ˅
24 pass
25 # ˄
26
27
33 # ˅
34 pass
35 # ˄
36
37
43 # ˅
44 pass
45 # ˄
46
47
52 def getImageWidth(self):
53 # ˅
54 pass
55 # ˄
56
57
62 def getImageHeight(self):
63 # ˅
64 pass
65 # ˄
66
67
72 def getImageName(self):
73 # ˅
74 pass
75 # ˄
76
77
82 def getSide(self):
83 # ˅
84 pass
85 # ˄
86
87
92 def getGamma(self):
93 # ˅
94 pass
95 # ˄
96
97 # ˅
98
99 # ˄
A class for reading configuration parameters.
getSide(self)
Gets the side information.
getDistanceBetweenProjectors(self)
Gets the distance between projectors.
getImageHeight(self)
Gets the image height.
getGamma(self)
Gets the gamma value.
getProjectedImageWidth(self)
Gets the projected image width.
__init__(self)
Constructor for ConfigReader.
getImageName(self)
Gets the image name.
getImageWidth(self)
Gets the image width.