About our project » History » Revision 7
Revision 6 (STOLBOVOY Dennis Victor, 12/18/2025 04:07 PM) → Revision 7/15 (STOLBOVOY Dennis Victor, 12/25/2025 01:32 PM)
[[Wiki|← Wiki Home]] Back to Start Page]] h1. Project Details ___ h2. Overview The purpose of this project is to create a software that can display overlapping images from two projectors. Three techniques were used to help create a smooth image: gamma correction, intensity correction, and alpha blending. This page will detail the techniques used, as well as the implementation of the software. h2. Software Used |_. Software |_. Description | | *Astah* | Used to draw UML diagrams and export them into Python templates to begin implementation. | | *Python* | A high level programming language used to implement the project. | | *Redmine* | Used to track issues and create the project's wiki. | | *Doxygen* | Used to generate documentation from written code. | h2. Alpha Blending h2. Gamma Correction h2. Intensity Correction