You are here: Start » FIL.NET » FIS.DetectCalibrationGrid_Chessboard Method
FIS.DetectCalibrationGrid_Chessboard Method
Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DetectCalibrationGrid_Chessboard ( FilNet.Image inImage, FilNet.Size inBoardSize, bool inFastApproximate, IList<FilNet.AnnotatedPoint2D> outImageGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inBoardSize | FilNet.Size | (Width: 0, Height: 0) | Number of checkerboard squares in X and Y dimensions. Default value: (Width: 0, Height: 0). | |
![]() | inFastApproximate | bool | False | Fast filter execution, but result is approximate. Default value: False. | |
![]() | outImageGrid | System.Collections.Generic.IList<FilNet.AnnotatedPoint2D> | Detected grid. |
Function Overrides
- DetectCalibrationGrid_Chessboard(Image, NullableRef<Region>, Size, Boolean, IList<AnnotatedPoint2D>)