ComfyUI Node
cv2.convexityDefects
Raw wrapper of cv2.convexityDefects(contour, convexhull). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.convexityDefects
- contour
- convexhull
- nparray
Categoryimage/CV/low-level/cv2 C
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| contour | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| convexhull | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |