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

AVL.IsChessBoardPresent

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.Point2D[]Approximated position of grid points.

See also