Math Document » History » Version 12
Htar Aung THET, 01/16/2025 01:10 PM
| 1 | 12 | Htar Aung THET | > h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[Our Project]] | [[Project Setup Guide]] | [[Functional & Non-Functional Requirements]] | [[UML Diagrams]] | [[Test Report]] | [[Results]] |
|---|---|---|---|
| 2 | 2 | Nathanael Muin JUSTIN | |
| 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 | 7 | Nathanael Muin JUSTIN | * Pass the distance between projector (x) |
| 16 | * Pass the total width of projection (y) |
||
| 17 | 3 | Nathanael Muin JUSTIN | * Calculate the formula below: |
| 18 | 7 | Nathanael Muin JUSTIN | overlap (%)= (y-2x)/(y- x) |
| 19 | 3 | Nathanael Muin JUSTIN | * 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) |
||
| 21 | 4 | Nathanael Muin JUSTIN | |
| 22 | 6 | Nathanael Muin JUSTIN | !math_diagram2.png! |