bump brightness on rotation background

This commit is contained in:
Prohurtz 2023-06-02 16:23:24 -05:00
parent a38cd4369e
commit fe02b86cbf

View File

@ -232,7 +232,7 @@ class EyeProcessor:
rotation_matrix,
(cols, rows),
borderMode=cv2.BORDER_CONSTANT,
borderValue=(ar, ag, ab),#(255, 255, 255),
borderValue=(ar + 10, ag + 10, ab + 10),#(255, 255, 255),
)
self.current_image_white = cv2.warpAffine(
self.current_image,