About » History » Version 4
Muting LI , 01/17/2024 11:11 PM
| 1 | 1 | Winson MIKE | h1. Project Details |
|---|---|---|---|
| 2 | |||
| 3 | h2. Image Masking |
||
| 4 | |||
| 5 | * +Images+ * |
||
| 6 | || !Left2.jpg! || The left Image || |
||
| 7 | || !Right2.jpg! || The right image || |
||
| 8 | || !Whole2.jpg! || Expected output || |
||
| 9 | |||
| 10 | 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 | 2 | Winson MIKE | *+Introductions+* |
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | 1 | Winson MIKE | *+Methods+* |
| 17 | |||
| 18 | 4 | Muting LI | *Implementations* |
| 19 | 1 | Winson MIKE | |
| 20 | a. +Project Management:+ Managing and monitoring the project by using the Redline platform, giving the function to: |
||
| 21 | - Track progress |
||
| 22 | - Assign tasks |
||
| 23 | - Collaborate efficiently for any issues faced |
||
| 24 | b. +Programming:+ The project is implemented using Python, where third-party libraries are used to process the image and blending. |
||
| 25 | 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 |
||
| 26 | 3 | Winson MIKE | d. +Doxygen:+ To ensure clarity, maintainability, and ease of future development, The code is thoroughly commented on and documented using Doxygen. |