ComfyUI Node
cv2.trace
Raw wrapper of cv2.trace(mtx). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.trace
- mtx
- trace
Categoryimage/CV/low-level/cv2 T
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| mtx | NPARRAY | input matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| trace | STRING | - - - A cv2 Scalar as the pack's literal spelling "(c0, c1, c2, c3)" - one value per channel, and exactly what every colour / borderValue input takes. |