Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Basics » MakeCoordinateSystem

MakeCoordinateSystem


Module: FoundationLite

Creates a coordinate system structure from individual fields.

Name Type Range Description
inOrigin Point2D Origin of the coordinate system
inAngle Real Clock-wise orientation angle
inScale Real 0.0 -
outCoordinateSystem CoordinateSystem2D

Hints

  • Consider using "Expand Structure Fields" command from the input port's context menu instead of this filter. This will make the program more concise and thus easier to understand in most cases.
  • "Make" filters should only be used when you need to create a structure explicitly and then use it in more than one further filters.

Remarks

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

Complexity Level

This filter is available on Basic Complexity Level.