ComfyUI Node
cv2.face.loadFacePoints
Raw wrapper of cv2.face.loadFacePoints(filename, offset?). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'face' module. See the OpenCV documentation for details.
cv2.face.loadFacePoints
- bool
- nparray
◄filename►
◄offset►
Categoryimage/CV/low-level/face
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| filename | STRING | - - - | |
| offsetopt | STRING | - - - Optional - leave blank to use the OpenCV default. Accepts a Python literal, e.g. 3, 1.5, true, or (3, 3). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| bool | BOOLEAN | — |
| nparray | NPARRAY | — |