UML Diagrams » History » Revision 14
Revision 13 (Satvik Reddy KONDA, 01/09/2025 01:59 PM) → Revision 14/29 (Satvik Reddy KONDA, 01/09/2025 01:59 PM)
> h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[The Wiki]] | [[Project Setup Guide]] | [[User Manual]] | [[Functional & Non-Functional Requirements]] | [[Math Document]] | [[Results]]
h1. UML Diagrams
!class_diagram_final.png!
h2. 1. Main Class
* Acts as the central control of the application
* Depends on "Image" and "ImageConfiguration" for functionality
h2. 2. Image Class
* Manages image data and performs operations on the image
* *data: NDArray*
> * * Holds the image data as a Numpy array for manipulation
* *__init__(imageFilePath : String) : void* -> Initializes the image object by loading the image from a specified file path
* *mask()* -> Applies the mask to the image based on the given parameters of side (left or right), projection width (of the image), distance between projectors, and a gamma value