Multi-Projector
|
This is User Manual for Multi-Projecting project. The user can use two projectors to project one image.
Users will run this program in two separate computers which are connected to two other projectors.
Users load images to the software and it will automatically process the image so that it can be projected with two projectors.
This software is implemented using Alpha Blending.
Alpha Blending
Alpha Blending method ensures the projected image to have smooth border.
For more information, visit our project wiki
In this project, 4 classes were needed to implement the system.
SharedData
Parse config file, write config file, share config data to other classes
Commands
Actual operations are defined here.
Program is doing operation by calling this class
ImageIO
Showing and loading image
GUI
In charge of showing graphical user interface
For more information visit Class List page!