Wiki » History » Version 23
Winson MIKE , 12/21/2023 01:44 PM
1 | 17 | Winson MIKE | h1. Project Details |
---|---|---|---|
2 | 12 | Winson MIKE | |
3 | 17 | Winson MIKE | h2. Image Masking |
4 | 18 | Winson MIKE | |
5 | 23 | Winson MIKE | * +Images+ * |
6 | 21 | Winson MIKE | || !Left2.jpg! || The left Image || |
7 | || !Right2.jpg! || The right image || |
||
8 | || !Whole2.jpg! || Expected output || |
||
9 | |||
10 | 22 | Winson MIKE | The goal of this project is to combine two images and have them become one whole image with the same brightness while using two projectors to combine the image |
11 | |||
12 | *+Methods+* |
||
13 | |||
14 | 1. *Implementations* |
||
15 | |||
16 | a. +Project Management:+ Managing and monitoring the project by using the Redline platform, giving the function to: |
||
17 | - Track progress |
||
18 | - Assign tasks |
||
19 | - Collaborate efficiently for any issues faced |
||
20 | b. +Programming:+ The project is implemented using Python, where third-party libraries are used to process the image and blending. |
||
21 | c. +UML:+ In order to provide a clear structure of our program, We use the Unified Modeling Language (UML) program called 'Astah' to create a detailed blueprint of the program's architecture |
||
22 | d. +Doxygen:+ To ensure clarity, maintainability, and ease of future development, The code is thoroughly commented on and documented using Doxygen. |