Project

General

Profile

UML » History » Revision 3

Revision 2 (Bohan HO, 12/21/2023 03:10 PM) → Revision 3/8 (Winson MIKE , 12/21/2023 03:31 PM)

h1. UML 

 !PBL4.png! 

 h2. *Description* 

 1. *Config_Reader* 

 * init__ 

 	 __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. 


 2. *Alpha_Blender* 

 * init -----Above for config_reader------- 

        __init__ (self) 
         
 	 MainAlphaGamma Blender Constructor.