You are here: Start » AVL.NET » AVS.DetectCalibrationGrid_Chessboard Method

AVS.DetectCalibrationGrid_Chessboard Method

Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DetectCalibrationGrid_Chessboard
(
	AvlNet.Image inImage,
	AvlNet.Size inBoardSize,
	bool inFastApproximate,
	IList<AvlNet.AnnotatedPoint2D> outImageGrid
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inBoardSizeAvlNet.Size(Width: 0, Height: 0)Number of checkerboard squares in X and Y dimensions. Default value: (Width: 0, Height: 0).
inFastApproximateboolFalseFast filter execution, but result is approximate. Default value: False.
outImageGridSystem.Collections.Generic.IList<AvlNet.AnnotatedPoint2D>Detected grid.

Function Overrides

See also