Back to Aurora Vision Library Lite website

You are here: Start » Path » Path Spatial Transforms

Path Spatial Transforms

Select a function from the list below.

Icon Name Description / Applications
AlignPath

Moves a path from a local coordinate system to the absolute one.


Required when there is a path defined in a local coordinate system, but the next image-related filter in the program does not have any inAlignment input.

AlignPathArray

Moves an array of paths from a local coordinate system to the absolute one.


Required when there are paths defined in a local coordinate system, but the next image-related filter in the program does not have any inAlignment input.

RescalePath

Translates each point of a path proportionally to its distance to a reference point.

RescalePathArray

Translates each point of each path proportionally to its distance to a reference point.

ReversePath

Reverses the order of points in a path.

RotatePath

Rotates a path clockwise around a center point.

RotatePathArray

Rotates an array of paths clockwise around a center point.

TranslatePath

Translates a path by a vector.

TranslatePathArray

Translates an array of paths by a vector.

TransposePath

Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.