Project

General

Profile

Project Overview » History » Revision 29

Revision 28 (Man Mong CHAN, 12/19/2024 01:31 PM) → Revision 29/38 (Mitsuki EIKI, 12/19/2024 01:35 PM)

h1. Project Overview 

 [[Wiki]] | [[About_Us]] | [[Project_Overview]] | [[UML_Diagram]] | [[Achievements]] 

  

 h2. Project Structure 

 h3. Team Structure 

 ** Roles 
 *** Leader 
 *** Manager 
 *** Programmer 
 *** Wiki Designer 
 *** UML Designer 
 *** Commentor 

 h3. Management Methods 

 ** Redmine: Employed for comprehensive task management and progress tracking throughout the project lifecycle. 

 ** Doxygen: Utilized for detailed documentation of the codebase to ensure clarity, maintainability, and adaptability. 

 ** Astah: Applied to design and develop Unified Modeling Language (UML) diagrams for a structured representation of the system architecture and workflows. 

 ** Python / OpenCV: Leveraged for implementing advanced image processing techniques, enabling efficient and accurate analysis and manipulation of visual data. 

 h3. Project Aim 

 Our project aims to create a single, large, seamless image on a flat-screen display using two projectors and two laptops. The projectors are aligned to overlap on the screen, with pictures resized to utilize the full resolution of both devices. We employ techniques such as gamma correction, alpha blending, and intensity modification to enhance image quality and achieve smooth blending in the overlapping region. 
 |!gru.png!| 


 ==================================================================================================================================== 

 h2. Technology Overview 

 h3. Alpha Blending 

 Problem and Solution: 

 The general idea of alpha blending extends from techniques used in movie rendering, or in this case, overlapping projection. The problem with overlapping projection is that the overlapping area is considered as collisions where such conflicts need to be resolved. In the case of computer rendering, the most common method is referred as the painter's method, which would only render one of the overlapping projections. Alpha blending is a proposed solution to would blend both projections. The problem of blending is the stacking luminosity of the two projections. Alpha blending describes the technique to find a alpha coefficient to adjust the luminosity of both projects under the overlapping area. 

 Details: 
 |\2. !Whole.jpg!| 
 | !Left.jpg! | !Right.jpg! | 

 h3. Gamma Blending