ComfyUI Node
cv2.matchShapes
Raw wrapper of cv2.matchShapes(contour1, contour2, method, parameter). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.matchShapes
- contour1
- contour2
- float
◄methodCONTOURS_MATCH_I1►
◄parameter0.0000►
Categoryimage/CV/low-level/cv2 M
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| contour1 | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| contour2 | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| method | COMBO | CONTOURS_MATCH_I1 | - - - |
| parameter | FLOAT | 0.0000-1e+38–1e+38 | - - - |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |