Nodes/comfyui_cv/cv2.trace
ComfyUI Node

cv2.trace

Raw wrapper of cv2.trace(mtx). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.trace
  • mtx
  • trace
Categoryimage/CV/low-level/cv2 T

Inputs (1)

NameTypeDefaultDescription
mtxNPARRAYinput matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (1)

NameTypeDescription
traceSTRING- - - 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.