ComfyUI Node
cv2.convexHull
Raw wrapper of cv2.convexHull(points, clockwise?, returnPoints?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.convexHull
- points
- nparray
◄clockwisefalse►
◄returnPointstrue►
Categoryimage/CV/low-level/cv2 C
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| points | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| clockwiseopt | BOOLEAN | false | - - - Preset to the OpenCV default (False). |
| returnPointsopt | BOOLEAN | true | - - - Preset to the OpenCV default (True). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |