mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
Improve documentation of grayscale
This commit is contained in:
parent
45c9f723e0
commit
1ade9001a7
@ -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).
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user