You are here: Start » FIL.NET » Invoke.CalibrateWorldPlane_Default
Finds the image to world plane transformation parameters from world plane calibration grid. World plane origin and axes are unspecified.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CalibrateWorldPlane_Default ( List<Fil.AnnotatedPoint2D> inImageGrid, Optional<Fil.AnyCameraModel> inCameraModel, float inGridSpacing, float inGridThickness, Fil.RectificationTransform outTransform, Optional<float> outRmsError, Optional<float> outMaxReprojectionError, Optional<List<Fil.Segment2D>> outReprojectionErrorSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGrid | System.Collections.Generic.List<Fil.AnnotatedPoint2D> | Annotated calibration grid. | ||
![]() | inCameraModel | Ftl.Optional<Fil.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 | Fil.RectificationTransform | |||
![]() | outRmsError | Ftl.Optional<float> | RMS reprojection error, in pixels. | ||
![]() | outMaxReprojectionError | Ftl.Optional<float> | Maximum reprojection error, in pixels. | ||
![]() | outReprojectionErrorSegments | Ftl.Optional<System.Collections.Generic.List<Fil.Segment2D>> | Array of segments connecting input image points to grid reprojections. |