Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Constructions » CreateCoordinateSystemFromTwoPoints

CreateCoordinateSystemFromTwoPoints


Module: FoundationLite

Creates a coordinate system with two points on its axes.

Applications

Most often used to define an object alignment from results of two 1D Edge Detection scans, each of which locates one side of a rectangular object.
Name Type Range Description
Input value inPoint1 Point2D
Input value inPoint2 Point2D
Input value inAngle Real
Input value inScale Real 0.001 -
Input value inScaleDivisor Real 0.001 -
Output value outCoordinateSystem CoordinateSystem2D

Hints

  • ConnectinPoint1 and inPoint2 to computed points lying on (respectively) the X and the Y axes of a new coordinate system.
  • Optionally set inAngle to define the rotation.
  • Optionally set inScale and inScaleDivisor to obtain a custom scale.

Remarks

Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CreateCoordinateSystem filter group.