You are here: Start » AVL.NET » AVL.IsChessBoardPresent Method

AVL.IsChessBoardPresent Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void IsChessBoardPresent(
	AvlNet.Image inImage,
	int inChessboardWidth,
	int inChessboardHeight,
	out AvlNet.Point2D[] outImageGridPoints
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inChessboardWidthint<4, INF>Number of ranks (columns) of the chessboard.
inChessboardHeightint<4, INF>Number of files (rows) of the chessboard.
outImageGridPointsAvlNet.Point2DApproximated position of grid points.

See also