Project

General

Profile

Wiki » History » Version 17

Anderson PHILLIP, 10/30/2025 01:37 PM

1 1 Anderson PHILLIP
h1. Multi‑Projector System
2
3 7 Anderson PHILLIP
p=. _Team G11 ·  Semester 2025_
4
5
6 6 Anderson PHILLIP
h2. *Contents*
7 17 Anderson PHILLIP
* *[[About_our_project | About Our Project]]*
8 14 Anderson PHILLIP
* *[[Group Members]]*
9 6 Anderson PHILLIP
* *[[UML Diagrams]]*
10
* *[[Codes]]*
11 15 Anderson PHILLIP
* *[[Results]]*
12 1 Anderson PHILLIP
13 6 Anderson PHILLIP
---
14 1 Anderson PHILLIP
15
h2. Project Overview
16
17
*Problem:* Two projectors produce overlapping images on a planar screen, creating luminance non‑uniformity (the shared region appears brighter).
18
*Approach:* Detect the overlap and apply spatially smooth alpha‑blending masks whose weights vary linearly from 1 to 0 across the overlap band.
19
*Deliverable:* A minimal, reproducible still‑image prototype implemented in Python (OpenCV).
20
21
---
22
23
h2. Objectives
24
25
* Define the problem and select a feasible solution path prior to implementation.
26
* Implement an alpha‑blending pipeline and iterate until seams are not perceptible at normal viewing distance.
27
* Validate the method with a small set of test images, recording inputs, parameters, and outcomes to ensure reproducibility.
28
29
*Success criterion:* no visible seam or luminance discontinuity in the overlap region.
30
31
---
32
33
h2. Scope & Operating Assumptions
34
35
* *Configuration:* two projectors and a planar screen; projector optical axes nominally normal (perpendicular) to the screen.
36
* *Media:* still images for the initial phase (video may follow).
37
* *Overlap geometry:* approximately rectangular; blend weights vary linearly from 1 to 0 across the overlap.
38
* *Calibration philosophy:* favor simple, reproducible steps; apply additional calibration only if visible artifacts persist.