|
PBL4
|
A class responsible for stitching and displaying images in a projection system. More...
Public Member Functions | |
| __init__ (self, dImg) | |
| Initializes the MainStitcher with configuration and display image settings. | |
| singleDisplay (self) | |
| use two laptops to project the final processed images. | |
| doubleDisplay (self, monitorWidth) | |
| use two laptops to project the final processed images. | |
| save (self) | |
A class responsible for stitching and displaying images in a projection system.
The class integrates configuration settings from the Config class and display properties from the DisplayImg class to handle the main stitching and display logic.
| main_stitcher.MainStitcher.__init__ | ( | self, | |
| dImg ) |
Initializes the MainStitcher with configuration and display image settings.
| config | An instance of the Config class containing projection configuration. |
| dImg | An instance of the DisplayImg class containing display settings. |
| main_stitcher.MainStitcher.doubleDisplay | ( | self, | |
| monitorWidth ) |
use two laptops to project the final processed images.
| main_stitcher.MainStitcher.save | ( | self | ) |
| main_stitcher.MainStitcher.singleDisplay | ( | self | ) |
use two laptops to project the final processed images.