Actions
UML Diagrams » History » Revision 16
« Previous |
Revision 16/29
(diff)
| Next »
Satvik Reddy KONDA, 01/09/2025 02:00 PM
Wiki | Team Members | Meeting Documentation | The Wiki | Project Setup Guide | User Manual | Functional & Non-Functional Requirements | Math Document | Results¶
UML Diagrams¶
1. Main Class
- Acts as the central control of the application
- Depends on "Image" and "ImageConfiguration" for functionality
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
Updated by Satvik Reddy KONDA 4 months ago · 16 revisions