Project

General

Profile

Math Document » History » Version 3

Nathanael Muin JUSTIN, 12/12/2024 03:57 PM

1 2 Nathanael Muin JUSTIN
> h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[The Wiki]] | [[User Manual]] | [[UML Diagrams]] | [[Results]]
2
3 1 Nathanael Muin JUSTIN
h1. Math Document
4 3 Nathanael Muin JUSTIN
5
h2. Functional Requirements
6
7
*1. Display Image*
8
* Load jpeg image with a metadata
9
* Load png image with a metadata
10
* Specify image path in config file 
11
* Display image in full screen
12
* Display image on flat surface perpendicular to two parallel projections
13
14
*2. Mask Image*
15
* Pass the distance between projector (ξ)
16
* Pass the total width of projection (η)
17
* Calculate the formula below:
18
overlap (%)=  (η-2ξ)/(η- ξ )
19
* Multiply, overlap (%) with the width in pixel (we call this result pixel overlap)
20
* Reduce Alpha by  1/(pixel overlap) as many times as needed. (linear interpolation)