Project

General

Profile

Wiki » History » Version 22

Winson MIKE , 12/21/2023 01:37 PM

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