Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change Docstring
Browse files Browse the repository at this point in the history
Иван Горбунов committed Jan 11, 2025
1 parent c732a23 commit e7afd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygats/recog.py
Original file line number Diff line number Diff line change
@@ -436,7 +436,7 @@ def contrast(img: Image):
The metrics are calculated using the YCbCr color model.
Args:
img (PIL.Image): image that is converted from the BGR color space to YUV
img (Image): Pil.Image that is converted from the BGR color space to YUV
Returns:
(br_min, br_max, contr):

0 comments on commit e7afd27

Please sign in to comment.