Functional & Non-Functional Requirements » History » Version 9
Nathanael Muin JUSTIN, 01/16/2025 01:13 PM
1 | 9 | Nathanael Muin JUSTIN | h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[Our Project]] | [[User Manual]] | [[Math Document]] | [[UML Diagrams]] | [[Test Report]] | [[Results]] |
---|---|---|---|
2 | 2 | Nathanael Muin JUSTIN | h1. Functional Requirements |
3 | |||
4 | 1. *Display image* |
||
5 | * The system shall display the image with no issue on the screen. |
||
6 | * The system shall be able to load jpeg image file and the metadata of it with no issues. |
||
7 | * The system shall be able to load png image file and the metadata of it with no issues. |
||
8 | * The system shall check the image path from a specific config file. |
||
9 | * The system shall display the image in full screen. |
||
10 | * The system shall be displayed on a flat surface and perpendicular to two parallel projectors. |
||
11 | |||
12 | |||
13 | 2. *Mask image* |
||
14 | * The system shall mask the image without errors. |
||
15 | * The system shall get the distance between the two projectors. |
||
16 | * The system shall get the distance of the total width of the projection |
||
17 | * The system shall calculate the formula below to get the overlap percentage of the two projections. |
||
18 | * The system shall multiply the overlap percentage with the width of the width in pixel to convert the overlapped projection in pixel. |
||
19 | * The system shall use linear interpolation to reduce the overlapped image and the reducing size is set by dividing one by overlapped projection in pixel. |
||
20 | |||
21 | h1. Non-Functional Requirements |
||
22 | 3 | Nathanael Muin JUSTIN | |
23 | 4 | Nathanael Muin JUSTIN | * The system should work on a Mac OS device. |