Project

General

Profile

Math Document » History » Revision 12

Revision 11 (Nathanael Muin JUSTIN, 01/15/2025 06:01 PM) → Revision 12/13 (Htar Aung THET, 01/16/2025 01:10 PM)

> h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[Our Project]] | [[Project Setup Guide]] | [[User Manual]] | [[Functional & Non-Functional Requirements]] | [[UML Diagrams]] | [[Test Report]] | [[Results]] 

 h1. Math Document 

 h2. Functional Requirements 

 *1. Display Image* 
 * Load jpeg image with a metadata 
 * Load png image with a metadata 
 * Specify image path in config file  
 * Display image in full screen 
 * Display image on flat surface perpendicular to two parallel projections 

 *2. Mask Image* 
 * Pass the distance between projector (x) 
 * Pass the total width of projection (y) 
 * Calculate the formula below: 
 overlap (%)=    (y-2x)/(y- x) 
 * Multiply, overlap (%) with the width in pixel (we call this result pixel overlap) 
 * Reduce Alpha by    1/(pixel overlap) as many times as needed. (linear interpolation) 

 !math_diagram2.png!