You are here: Start » FIL.NET » FIS.CalibrateWorldPlane_Default Method
FIS.CalibrateWorldPlane_Default Method
Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CalibrateWorldPlane_Default ( IList<FilNet.AnnotatedPoint2D> inImageGrid, NullableRef<FilNet.AnyCameraModel> inCameraModel, float inGridSpacing, float inGridThickness, FilNet.RectificationTransform outTransform, NullableValue<float> outRmsError, NullableValue<float> outMaxReprojectionError, NullableRef<List<FilNet.Segment2D>> outReprojectionErrorSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGrid | System.Collections.Generic.IList<FilNet.AnnotatedPoint2D> | Annotated calibration grid. | ||
![]() | inCameraModel | FilNet.NullableRef<FilNet.AnyCameraModel> | For undistortion of inImageGrid. If not supplied, the filter will assume that grid came from undistorted image. Default value: ftl::NIL. | ||
![]() | inGridSpacing | float | <0.000001f, INF> | 1.0f | Real-world distance between adjacent grid points. Default value: 1.0f. |
![]() | 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 | |||
![]() | outRmsError | FilNet.NullableValue<float> | RMS reprojection error, in pixels. Can be null to skip this parameter calculation. | ||
![]() | outMaxReprojectionError | FilNet.NullableValue<float> | Maximum reprojection error, in pixels. Can be null to skip this parameter calculation. | ||
![]() | outReprojectionErrorSegments | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Segment2D>> | Array of segments connecting input image points to grid reprojections. Can be null to skip this parameter calculation. |
Function Overrides
- CalibrateWorldPlane_Default(IList<AnnotatedPoint2D>, Single, Single, RectificationTransform)
- CalibrateWorldPlane_Default(IList<AnnotatedPoint2D>, NullableRef<AnyCameraModel>, Single, Single, RectificationTransform)
- CalibrateWorldPlane_Default(IList<AnnotatedPoint2D>, NullableRef<AnyCameraModel>, Single, Single, RectificationTransform, Single, Single, IList<Segment2D>)