Actions
About our project » History » Revision 8
« Previous |
Revision 8/15
(diff)
| Next »
STOLBOVOY Dennis Victor, 12/25/2025 02:05 PM
Project Details¶
Overview
The purpose of this project is to create a software that can display overlapping images from two projectors. The main technique used to produce a smooth image was alpha blending, with three blend types implemented, linear, quadratic, and gaussian blending. This page will detail the techniques used, as well as the implementation of the software.¶
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. |
Alpha Blending¶
Linear Blending¶
Quadratic Blending¶
Gaussian Blending¶
Updated by STOLBOVOY Dennis Victor 3 days ago · 8 revisions