ComfyUI Node
cv2.intersectConvexConvex
Raw wrapper of cv2.intersectConvexConvex(p1, p2, handleNested?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.intersectConvexConvex
- p1
- p2
- float
- nparray
◄handleNestedtrue►
Categoryimage/CV/low-level/cv2 I
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| p1 | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| p2 | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| handleNestedopt | BOOLEAN | true | - - - Preset to the OpenCV default (True). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |
| nparray | NPARRAY | — |