Nodes/comfyui_cv/CV Draw Keypoints
ComfyUI Node

CV Draw Keypoints

Debug helper: draws detected keypoints on the image (cv2.drawKeypoints).

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV Draw Keypoints
  • source
  • keypoints
  • image
styleplain
Categoryimage/CV/features

Inputs (3)

NameTypeDefaultDescription
sourceCOMFY_MATCHTYPE_V3Image or mask to draw the keypoints 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.
keypointsCV_KEYPOINTSKeypoints to draw (from 'CV Detect Features').
styleCOMBOplainplain: small dots. rich: circles sized by scale with an orientation tick.

Outputs (1)

NameTypeDescription
imageCOMFY_MATCHTYPE_V3Same format as the image input.