mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
bump brightness on rotation background
This commit is contained in:
parent
a38cd4369e
commit
fe02b86cbf
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user