You are here: Start » FIL.NET » FIS.CalibrateWorldPlane_Labeled Method
FIS.CalibrateWorldPlane_Labeled Method
Finds the image to world plane transformation parameters using sparse world coordinate information, i.e. world coordinates are known for only a few points of the grid.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CalibrateWorldPlane_Labeled ( IList<FilNet.AnnotatedPoint2D> inImageGrid, IList<FilNet.AnnotatedPoint2D> inLabeledWorldPoints, float inGridThickness, bool inInvertedWorldY, FilNet.RectificationTransform outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGrid | System.Collections.Generic.IList<FilNet.AnnotatedPoint2D> | Annotated calibration grid. | ||
![]() | inLabeledWorldPoints | System.Collections.Generic.IList<FilNet.AnnotatedPoint2D> | Sparse array of world coordinate points. Annotations need to correspond to those in the inImageGrid input. | ||
![]() | 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. | |
![]() | inInvertedWorldY | bool | False | Set to true if world coordinate system has right-handed orientation, also known as mathematical or standard. Default value: False. | |
![]() | outTransform | FilNet.RectificationTransform |
Function Overrides
- CalibrateWorldPlane_Labeled(IList<AnnotatedPoint2D>, IList<AnnotatedPoint2D>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform)
- CalibrateWorldPlane_Labeled(IList<AnnotatedPoint2D>, IList<AnnotatedPoint2D>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform, IList<AnnotatedPoint2D>, Nullable<Single>, Single, Single, Single, IList<Segment2D>)
- CalibrateWorldPlane_Labeled(IList<AnnotatedPoint2D>, IList<AnnotatedPoint2D>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform, NullableRef<List<AnnotatedPoint2D>>, NullableRef<NullableValue<Single>>, NullableValue<Single>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Segment2D>>)