Skip to content

Commit 3bb6816

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent afdf000 commit 3bb6816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

computer_vision/color_augmentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Reference: https://en.wikipedia.org/wiki/Data_augmentation
1111
"""
1212

13+
1314
def brightness_adjustment(image: np.ndarray, factor: float = 1.0) -> np.ndarray:
1415
"""
1516
Adjust image brightness by modifying the V channel in HSV color space.

0 commit comments

Comments
 (0)