Nodes/comfyui_cv/CV Scale Points
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV Scale Points
  • points
  • points
scale1.00
Categoryimage/CV/points

Inputs (2)

NameTypeDefaultDescription
pointsNPARRAYNx1x2 or Nx2 point array (or None/empty).
scaleFLOAT1.00-1000000–1000000Scale factor applied to every coordinate. >1 enlarges, <1 shrinks.

Outputs (1)

NameTypeDescription
pointsNPARRAY