Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Path Spatial Transforms » AlignPath

AlignPath


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

Name Type Description
inPath Path Input path
inAlignment CoordinateSystem2D Coordinate system to align to
inInverse Bool Switches to the inverse transform
outAlignedPath Path

Applications

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.

Description

AlignPath aligns the inPath to the inAlignment coordinate system. The input path is translated, rotated and scaled.

The inAlignment is usually an alignment of an object found by some template matching algorithm.

Examples

AlignPath run on the sample paths.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • RotatePath – Rotates a path clockwise around a center point.