Actions
Math Document » History » Revision 5
« Previous |
Revision 5/13
(diff)
| Next »
Nathanael Muin JUSTIN, 12/12/2024 04:08 PM
Wiki | Team Members | Meeting Documentation | The Wiki | User Manual | UML Diagrams | Results¶
Math Document¶
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
- Pass the distance between projector (ξ)
- Pass the total width of projection (η)
- Calculate the formula below:
overlap (%)= (η-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)
Updated by Nathanael Muin JUSTIN 5 months ago · 5 revisions