You are here: Start » FIL.NET » FIS.CalibrateWorldPlane_Manual Method
FIS.CalibrateWorldPlane_Manual Method
Finds the image to world plane transformation parameters. Image and their corresponding world points are directly specified (no grid needed).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CalibrateWorldPlane_Manual ( IList<FilNet.Point2D> inImagePoints, IList<FilNet.Point2D> inWorldPlanePoints, float inGridThickness, FilNet.RectificationTransform outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImagePoints | System.Collections.Generic.IList<FilNet.Point2D> | Array of 2D points of the calibration pattern, in the picture. | ||
![]() | inWorldPlanePoints | System.Collections.Generic.IList<FilNet.Point2D> | Array of 2D points of the calibration pattern, in a given world coordinate plane. | ||
![]() | inGridThickness | float | 0.0f | The world plane will be shifted by given amount in direction perpendicular to the grid to compensate for grid thickness. Default value: 0.0f. | |
![]() | outTransform | FilNet.RectificationTransform |
Function Overrides
- CalibrateWorldPlane_Manual(IList<Point2D>, IList<Point2D>, NullableRef<AnyCameraModel>, Single, RectificationTransform)
- CalibrateWorldPlane_Manual(IList<Point2D>, IList<Point2D>, NullableRef<AnyCameraModel>, Single, RectificationTransform, Single, Single, IList<Segment2D>)
- CalibrateWorldPlane_Manual(IList<Point2D>, IList<Point2D>, NullableRef<AnyCameraModel>, Single, RectificationTransform, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Segment2D>>)