You are here: Start » FIL.NET » FIS.CalibrateWorldPlane_Multigrid Method
FIS.CalibrateWorldPlane_Multigrid Method
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CalibrateWorldPlane_Multigrid ( IList<IList<FilNet.AnnotatedPoint2D>> inImageGrids, IList<IList<FilNet.AnnotatedPoint2D>> inLabeledWorldPoints, float inGridThickness, bool inInvertedWorldY, FilNet.RectificationTransform outTransform, NullableRef<List<List<FilNet.AnnotatedPoint2D>>> outGridWorldPoints, NullableRef<NullableValue<float>> outComputedGridSpacing, NullableValue<float> outRmsImageError, NullableValue<float> outRmsWorldError, NullableRef<List<float>> outMaxReprojectionErrors, NullableRef<List<List<FilNet.Segment2D>>> outReprojectionErrorSegments, NullableRef<List<float>> outGridRotations, NullableRef<List<FilNet.Vector2D>> outGridTranslations )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGrids | System.Collections.Generic.IList<System.Collections.Generic.IList<FilNet.AnnotatedPoint2D>> | Array of annotated calibration grids. | ||
![]() | inLabeledWorldPoints | System.Collections.Generic.IList<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. | |
![]() | inInvertedWorldY | bool | False | Set to true if world coordinate system has right-handed orientation, also known as mathematical or standard. | |
![]() | outTransform | FilNet.RectificationTransform | |||
![]() | outGridWorldPoints | FilNet.NullableRef<System.Collections.Generic.List<System.Collections.Generic.List<FilNet.AnnotatedPoint2D>>> | For each grid: Array of world coordinates of the calibration grid points. | ||
![]() | outComputedGridSpacing | FilNet.NullableRef<FilNet.NullableValue<float>> | World distance between grid indices. NIL when there is no enough information to compute the spacing. | ||
![]() | outRmsImageError | FilNet.NullableValue<float> | RMS reprojection error of inImageGrids onto the image plane, in pixels. This is a partial error characterizing inaccuracies in perspective estimation, excluding the influence of world point labeling. | ||
![]() | outRmsWorldError | FilNet.NullableValue<float> | RMS reprojection error of inLabeledGridIds onto the world plane, in world units. This is a partial error characterizing inaccuracies with labeling of world coordinate system, excluding perspective estimation. | ||
![]() | outMaxReprojectionErrors | FilNet.NullableRef<System.Collections.Generic.List<float>> | For each grid: Maximum reprojection error of inImageGrids onto the image plane, in pixels. This is a partial error characterizing inaccuracies in perspective estimation, excluding the influence of world point labeling. | ||
![]() | outReprojectionErrorSegments | FilNet.NullableRef<System.Collections.Generic.List<System.Collections.Generic.List<FilNet.Segment2D>>> | For each grid: Array of segments connecting inImageGrid points to their reprojections. Note that these segments depict only inaccuracies in perspective estimation, excluding inaccuracies due to the world point labeling. | ||
![]() | outGridRotations | FilNet.NullableRef<System.Collections.Generic.List<float>> | Grids' rotations on the world plane. | ||
![]() | outGridTranslations | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Vector2D>> | Grids' positions on the world plane. |
Function Overrides
- CalibrateWorldPlane_Multigrid(IList<IList<AnnotatedPoint2D>>, IList<IList<AnnotatedPoint2D>>, Single, Boolean, RectificationTransform)
- CalibrateWorldPlane_Multigrid(IList<IList<AnnotatedPoint2D>>, IList<IList<AnnotatedPoint2D>>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform)
- CalibrateWorldPlane_Multigrid(IList<IList<AnnotatedPoint2D>>, IList<IList<AnnotatedPoint2D>>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform, IList<List<AnnotatedPoint2D>>, Nullable<Single>, Single, Single, IList<Single>, IList<List<Segment2D>>, IList<Single>, IList<Vector2D>)
- CalibrateWorldPlane_Multigrid(IList<IList<AnnotatedPoint2D>>, IList<IList<AnnotatedPoint2D>>, NullableRef<AnyCameraModel>, Nullable<Single>, Single, Boolean, RectificationTransform, NullableRef<List<List<AnnotatedPoint2D>>>, NullableRef<NullableValue<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableRef<List<List<Segment2D>>>, NullableRef<List<Single>>, NullableRef<List<Vector2D>>)