Nodes/comfyui_cv/CV ArUco Draw Markers
ComfyUI Node

CV ArUco Draw Markers

Draws detected ArUco markers - green outlines, a red top-left corner and (optionally) the id label (cv2.aruco.drawDetectedMarkers). Visualization only: pair it with 'CV ArUco Detect Markers'. An empty 'corners' array passes the image through unchanged.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV ArUco Draw Markers
  • image
  • corners
  • ids
  • image
Categoryimage/CV/features

Inputs (3)

NameTypeDefaultDescription
imageCOMFY_MATCHTYPE_V3Image to draw on (a copy is made). Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size.
cornersNPARRAYMarker corners from 'CV ArUco Detect Markers', (N, 4, 2).
idsoptNPARRAYMarker ids, (N,); connect to print id labels.

Outputs (1)

NameTypeDescription
imageCOMFY_MATCHTYPE_V3Same format as the image input.