You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromPoint(AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)
AVL.CreateCoordinateSystemFromPoint(AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateCoordinateSystemFromPoint( AvlNet.Point2D inPoint, float inAngle, float inScale, float inScaleDivisor, out AvlNet.CoordinateSystem2D outCoordinateSystem )
Parameters
- inPoint
- Type: AvlNet.Point2D
- inAngle
- Type: System.Single
- inScale
- Type: System.Single
- inScaleDivisor
- Type: System.Single
- outCoordinateSystem
- Type: AvlNet.CoordinateSystem2D
Examples
A local coordinate system created from a point. Here, the point is located with a 1D Edge Detection filter.
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.
