Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 2D Basics » FisFilter_AccessCoordinateSystem
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Returns individual fields of a coordinate system.
Syntax
void fis::FisFilter_AccessCoordinateSystem ( const fil::CoordinateSystem2D& inCoordinateSystem, fil::Point2D& outOrigin, float& outAngle, float& outScale )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inCoordinateSystem | const CoordinateSystem2D& | ||
![]() |
outOrigin | Point2D& | Origin of the coordinate system | |
![]() |
outAngle | float& | Clock-wise orientation angle | |
![]() |
outScale | float& |
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.