My Project
Loading...
Searching...
No Matches
Variables
main Namespace Reference

Variables

 CReader = ConfigReader("config_left.ini")
 
 MDisplay = MainDisplay()
 
 mask_width = CReader.getProjectedOverlapWidth()
 
 image_width = CReader.getProjectedImageWidth()
 
 gamma = CReader.getGamma()
 
 image_side = CReader.getImageSide()
 
 image_path = CReader.getImageName()
 
str image_name = 'left'
 
 image = MDisplay.readImage(image_path)
 
 result_image = MDisplay.setImage(image)
 
 MCreator = MaskCreator(image)
 

Detailed Description

@file
@brief This script performs image modification and processing based on configurations specified in the "config_left.ini" or "config_right.ini" file.

@details
The script utilizes the following classes:
- `MaskCreator`: Responsible for creating masks and applying image modifications.
- `ConfigReader`: Reads configuration settings from the specified configuration file ("config_left.ini" or "config_right.ini").
- `MainDisplay`: Handles the main display functionalities.

@note
Make sure to change the configuration file path (`CReader = ConfigReader("config_left.ini")`) accordingly based on the image side.

@date January 18, 2024