PBL4
Loading...
Searching...
No Matches
main_stitcher.MainStitcher Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

main_stitcher.MainStitcher.__init__ ( self,
dImg )

Initializes the MainStitcher with configuration and display image settings.

Parameters
configAn instance of the Config class containing projection configuration.
dImgAn instance of the DisplayImg class containing display settings.

Member Function Documentation

◆ doubleDisplay()

main_stitcher.MainStitcher.doubleDisplay ( self,
monitorWidth )

use two laptops to project the final processed images.

◆ save()

main_stitcher.MainStitcher.save ( self)

◆ singleDisplay()

main_stitcher.MainStitcher.singleDisplay ( self)

use two laptops to project the final processed images.


The documentation for this class was generated from the following file: