ComfyUI Node
cv2.completeSymm
Raw wrapper of cv2.completeSymm(m, lowerToUpper?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.completeSymm
- m
- nparray
◄lowerToUpperfalse►
Categoryimage/CV/low-level/cv2 C
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| m | NPARRAY | input-output floating-point square matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| lowerToUpperopt | BOOLEAN | false | operation flag; if true, the lower half is copied to the upper half. Otherwise, the upper half is copied to the lower half. Preset to the OpenCV default (False). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |