ComfyUI Node
CV Draw Keypoints
Debug helper: draws detected keypoints on the image (cv2.drawKeypoints).
CV Draw Keypoints
- source
- keypoints
- image
◄styleplain►
Categoryimage/CV/features
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| source | COMFY_MATCHTYPE_V3 | Image 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. | |
| keypoints | CV_KEYPOINTS | Keypoints to draw (from 'CV Detect Features'). | |
| style | COMBO | plain | plain: small dots. rich: circles sized by scale with an orientation tick. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | COMFY_MATCHTYPE_V3 | Same format as the image input. |