Project

General

Profile

Math Document » History » Revision 7

Revision 6 (Nathanael Muin JUSTIN, 12/12/2024 04:21 PM) → Revision 7/13 (Nathanael Muin JUSTIN, 12/13/2024 03:54 PM)

> h2. [[Wiki]] | [[Team Members]] | [[Meeting Documentation]] | [[The Wiki]] | [[User Manual]] | [[UML Diagrams]] | [[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) (η-2ξ)/(η- ξ ) 
 * 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!