56adjusted_left, adjusted_right, blended_image = processor.adjust_images(left_image_path, right_image_path)
A class for processing images using gamma correction and blending.
adjust_images(self, left_image_path, right_image_path)
Adjusts and blends two images.
__init__(self, gamma, blend_ratio=0.21)
Constructor for ImageProcessor.