@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