Project

General

Profile

Wiki » History » Version 3

Zhi Jie YEW, 10/23/2025 02:44 PM

1 1 Anderson PHILLIP
h1. Multi‑Projector System
2
3
p=. _Team G11 ·  Semester 2025_
4
5
6
7
h2. Project Overview
8
9
*Problem:* Two projectors produce overlapping images on a planar screen, creating luminance non‑uniformity (the shared region appears brighter).
10
*Approach:* Detect the overlap and apply spatially smooth alpha‑blending masks whose weights vary linearly from 1 to 0 across the overlap band.
11
*Deliverable:* A minimal, reproducible still‑image prototype implemented in Python (OpenCV).
12
13
---
14
15
h2. Objectives
16
17
* Define the problem and select a feasible solution path prior to implementation.
18
* Implement an alpha‑blending pipeline and iterate until seams are not perceptible at normal viewing distance.
19
* Validate the method with a small set of test images, recording inputs, parameters, and outcomes to ensure reproducibility.
20
21
*Success criterion:* no visible seam or luminance discontinuity in the overlap region.
22
23
---
24
25
h2. Scope & Operating Assumptions
26
27
* *Configuration:* two projectors and a planar screen; projector optical axes nominally normal (perpendicular) to the screen.
28
* *Media:* still images for the initial phase (video may follow).
29
* *Overlap geometry:* approximately rectangular; blend weights vary linearly from 1 to 0 across the overlap.
30
* *Calibration philosophy:* favor simple, reproducible steps; apply additional calibration only if visible artifacts persist.
31
32
---
33
34
h2. Team & Responsibilities
35
36
|_. Role |_. Member(s) |
37
| Project Leader (PL) | [[Members/Sota-Yatsugi|Sota Yatsugi]] |
38
| Project Manager (PM) | [[Members/Noah-Larson|Noah Larson]] |
39
| PM Supporter | [[Members/Nonoka-Ohama|Nonoka Ohama]] |
40
| Advisor | [[Members/Great-Gilbert-Soco|Great Gilbert Soco]] |
41
| Technical Developers | [[Members/Jiajun-Deng|Jiajun Deng]], [[Members/Great-Gilbert-Soco|Great Gilbert Soco]], [[Members/Koki-Hamamura|Koki Hamamura]] |
42
| Documentation Lead (Doxygen) | [[Members/Amirul-Haziq-Bin-Airol-Hairrie|Amirul Haziq Bin Airol Hairrie]] |
43
| Documentation Contributors (Doxygen) | [[Members/Jordan-Keiwein-Lay|Jordan Keiwein Lay]], [[Members/Hnin-Ei-Shwe-Yee|Hnin Ei Shwe Yee]] |
44
| Wiki Lead | [[Members/Phillip-Anderson|Phillip Anderson]] |
45 2 Yuki SHIRAMIZU
| Wiki Editors | [[Members/Wing-Sum-Tang|Wing Sum Tang]], [[Members/Zhi-Jie-Yew|Zhi Jie Yew]], [[Members/Shiramizu-Yuki|Yuki Shiramizu]] |
46 1 Anderson PHILLIP
| Jira Research Team | [[Members/Zhi-Jie-Yew|Zhi Jie Yew]], [[Members/Phillip-Anderson|Phillip Anderson]] |
47 3 Zhi Jie YEW
48
|_. Member(s) |_. Role |
49
| [[Members/Great-Gilbert-Soco|Great Gilbert Soco]] | Advisor, Developer |
50
| [[Members/Sota-Yatsugi|Sota Yatsugi]] | Project Leader (PL) |
51
| [[Members/Noah-Larson|Noah Larson]] | Project Manager (PM) |
52
| [[Members/Nonoka-Ohama|Nonoka Ohama]] | Redmine - PM Supporter |
53
| [[Members/Jiajun-Deng|Jiajun Deng]] | Technical Developers |
54
| [[Members/Koki-Hamamura|Koki Hamamura]] | Technical Developers |
55
| [[Members/Wing-Sum-Tang|Wing Sum Tang]] | Technical Developers |
56
| [[Members/Amirul-Haziq-Bin-Airol-Hairrie|Amirul Haziq Bin Airol Hairrie]] | Documentation Lead (Doxygen) |
57
| [[Members/Jordan-Keiwein-Lay|Jordan Keiwein Lay]] | Documentation Contributors (Doxygen) |
58
| [[Members/Hnin-Ei-Shwe-Yee|Hnin Ei Shwe Yee]] | Documentation Contributors (Doxygen) |
59
| [[Members/Phillip-Anderson|Phillip Anderson]] | Wiki Lead, Jira Research Team |
60
| [[Members/Zhi-Jie-Yew|Zhi Jie Yew]] | Wiki Editors, Jira Research Team |
61
| [[Members/Shiramizu-Yuki|Yuki Shiramizu]] | Wiki Editors |