Nodes/comfyui_cv/CV Flip Axis (3D)
ComfyUI Node

CV Flip Axis (3D)

Negates one axis of an Nx3 point array. Useful for converting between coordinate conventions (e.g. OpenCV Y-down -> Three.js Y-up).

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV Flip Axis (3D)
  • points
  • points
axis
Categoryimage/CV/low-level

Inputs (2)

NameTypeDefaultDescription
pointsNPARRAYNx3 or Nx1x3 float array of 3-D positions.
axisCOMBOWhich axis to negate. Y-up (Three.js) vs Y-down (OpenCV) is the most common need.

Outputs (1)

NameTypeDescription
pointsNPARRAYNx3 points with the selected axis negated.