PBL4_2
|
Go to the source code of this file.
Classes | |
class | main.ImageProcessor |
A class for processing images using gamma correction and blending. More... | |
Namespaces | |
namespace | main |
Variables | |
str | main.left_image_path = 'Imageleft0.png' |
str | main.right_image_path = 'Imageright0.png' |
float | main.gamma_value = 1.05 |
main.processor = ImageProcessor(gamma_value) | |
main.adjusted_left | |
main.adjusted_right | |
main.blended_image | |