Project

General

Profile

UML » History » Revision 2

Revision 1 (Winson MIKE , 12/21/2023 02:17 PM) → Revision 2/8 (Bohan HO, 12/21/2023 03:10 PM)

h1. UML 

 !PBL4.png! 

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


 -----Above for config_reader------- 

        __init__ (self) 
 	 MainAlphaGamma Blender Constructor.