Improve documentation of grayscale

This commit is contained in:
Programador Artificial 2024-07-13 17:00:14 -03:00
parent 45c9f723e0
commit 1ade9001a7
2 changed files with 4 additions and 4 deletions

View File

@ -503,8 +503,8 @@ def extract_faces(
expand_percentage (int): expand detected facial area with a percentage (default is 0).
grayscale (boolean): Flag to convert the image to grayscale before
processing (default is False).
grayscale (boolean): Flag to convert the output face image to grayscale
(default is False).
anti_spoofing (boolean): Flag to enable anti spoofing (default is False).

View File

@ -45,8 +45,8 @@ def extract_faces(
expand_percentage (int): expand detected facial area with a percentage
grayscale (boolean): Flag to convert the image to grayscale before
processing (default is False).
grayscale (boolean): Flag to convert the output face image to grayscale
(default is False).
anti_spoofing (boolean): Flag to enable anti spoofing (default is False).