This function returns the height of the face detected. You can specify the face for which the value is needed. The position is mapped with the stage coordinates.
Table of Contents
height()
Function Definition: height(face = 1)
- Python Library: Face Detection
- Library Import: fd = FaceDetection()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
face | int | Face number for which the information is required. | 1-100 | 1 |
Description
Example
There are no examples documented for this article.