UML » History » Version 3
Winson MIKE , 12/21/2023 03:31 PM
| 1 | 1 | Winson MIKE | h1. UML |
|---|---|---|---|
| 2 | |||
| 3 | !PBL4.png! |
||
| 4 | 2 | Bohan HO | |
| 5 | 3 | Winson MIKE | h2. *Description* |
| 6 | |||
| 7 | 1. *Config_Reader* |
||
| 8 | |||
| 9 | * init__ (self) |
||
| 10 | 1 | Winson MIKE | Constructor for ConfigReader. |
| 11 | 2 | Bohan HO | |
| 12 | 3 | Winson MIKE | * getProjectedImageWidth (self) |
| 13 | 2 | Bohan HO | Gets the projected image width. |
| 14 | 1 | Winson MIKE | |
| 15 | 3 | Winson MIKE | * getDistanceBetweenProjectors (self) |
| 16 | 1 | Winson MIKE | Gets the distance between projectors. |
| 17 | 2 | Bohan HO | |
| 18 | 3 | Winson MIKE | * getImageWidth (self) |
| 19 | 1 | Winson MIKE | Gets the image width. |
| 20 | |||
| 21 | 3 | Winson MIKE | * getImageHeight (self) |
| 22 | 2 | Bohan HO | Gets the image height. |
| 23 | |||
| 24 | 3 | Winson MIKE | * getImageName (self) |
| 25 | 1 | Winson MIKE | Gets the image name. |
| 26 | 2 | Bohan HO | |
| 27 | 3 | Winson MIKE | * getSide (self) |
| 28 | Gets the side information. |
||
| 29 | 2 | Bohan HO | |
| 30 | 3 | Winson MIKE | * getGamma (self) |
| 31 | 2 | Bohan HO | Gets the gamma value. |
| 32 | |||
| 33 | |||
| 34 | 3 | Winson MIKE | 2. *Alpha_Blender* |
| 35 | 2 | Bohan HO | |
| 36 | 3 | Winson MIKE | * init (self) |
| 37 | MainAlphaGamma Blender Constructor. |