Project

General

Profile

Actions

Project Description » History » Revision 11

« Previous | Revision 11/74 (diff) | Next »
Joseph Eugene PELC, 10/24/2024 01:47 PM



Home | Team Members | Project Description | Code | UML Diagrams | Results |


Project Description 

Overview

The aim of this project is to output two different projector images merged into one singular display. We used techniques such as gamma correction, alpha blending, and modification of intensities on the images, in order to get the final result. Our project will have a project manager, team leader, Doxygen documentation team, wiki team, coding team, and UML design team.

Objective

Software and Tools

Redmine - We used Redmine to track our progress and tasks we need to finish
Python / OpenCV - For image processing we used OpenCV within Python
Doxygen - We used Doxygen for the code documentation
Astah - To create UML diagrams of the code

Alpha Blending Method
The code defines an image processing application using Tkinter for the GUI, OpenCV for image manipulation, and PIL for rendering. It allows users to load configuration files, process images with gamma correction and alpha blending, and display or save the results.

Key Features:
ConfigReader reads settings like image path, blending width, gamma value, and transparency from a config file.
MaskCreator applies gamma correction to adjust brightness and alpha blending to create smooth transitions on image edges (left or right).
ImageProcessingApp provides a simple interface for selecting config files, processing images, and displaying results with a progress bar.
The alpha blending technique merges images by gradually transitioning the edges, creating smooth, seamless composites.

Updated by Joseph Eugene PELC 6 months ago · 11 revisions