Project

General

Profile

Our Project » History » Version 14

Rin TSUDA, 01/09/2025 03:33 PM

1 6 Rin TSUDA
> h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[Project Setup Guide]] | [[User Manual]] | [[Functional & Non-Functional Requirements]] | [[Math Document]] | [[UML Diagrams]] | [[Results]
2 7 Rin TSUDA
3
4 8 Rin TSUDA
h1. About our project
5
6
p. Our project focuses on merging two images from separate projectors into one unified display. We utilize advanced image processing techniques including Gamma correction method and Alpha blending to achieve the desired output. The team is composed of a project manager, team leader, and various sub teams responsible for Doxyen documentation, wiki management, coding, commenting, and UML design.
7
8
9
h1. Software and Tools
10
11
h3. Python /Opencv: Used for efficient image processing.
12
    Doxygen: Helps in documenting the code for clarity and future use.
13
    Astah: Utilized for creating UML diagrams to visualize the project’s design.
14
    Redmine: Employed for task tracking and progress management.
15
16
17
h1. How system displays image
18
19
h2. The system displays the image by following steps.
20
21
h3. 1. The system only accepts JPEG/PNG format files and from the picture. System also obtains the metadata as well when it loads the image file.
22
    2. The system specifies the image file path inside the configuration file. 
23
    3. Once, system load the image the system masks the image and project to the screen
24 9 Rin TSUDA
25
26
h1. How to handle image masking 
27
28
h2. Our group handles the image masking by following steps.
29
30 10 Rin TSUDA
h3. 1. Get the distance between the two projector. We set this distance as a symbol (ξ).
31
    2. Get the distance of the total width of the projection. We set this distance as a symbol (η).
32 11 Rin TSUDA
    3. The system calculates the overlap percentage by the formlar below.
33 12 Rin TSUDA
34
35
!formular.png!
36 13 Rin TSUDA
37 14 Rin TSUDA
h3. 4. The system converts the overlapped pixel by multiplying the overlap percentage with the picture width in pixel.