ComfyUI Node
CV Scale Points
Multiplies point coordinates by a scale factor via numpy (pts * scale). Handles None or empty arrays (returns empty). This is a numpy helper, not a cv2 wrapper.
CV Scale Points
- points
- points
◄scale1.00►
Categoryimage/CV/points
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| points | NPARRAY | Nx1x2 or Nx2 point array (or None/empty). | |
| scale | FLOAT | 1.00-1000000–1000000 | Scale factor applied to every coordinate. >1 enlarges, <1 shrinks. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| points | NPARRAY | — |