Back to Adaptive Vision Library website

You are here: Start » Function Reference » Camera Calibration » IsChessBoardPresent_Deprecated

IsChessBoardPresent_Deprecated


Header:AVL.h
Namespace:avl

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

Syntax

C++
 
void avl::IsChessBoardPresent_Deprecated
(
	const avl::Image& inImage,
	int inChessboardWidth,
	int inChessboardHeight,
	atl::Conditional<atl::Array<avl::Point2D> >& outImageGridPoints
)

Parameters

Name Type Range Default Description
inImage const Image& Input image
inChessboardWidth int 4 - Number of ranks (columns) of the chessboard
inChessboardHeight int 4 - Number of files (rows) of the chessboard
outImageGridPoints Conditional<Array<Point2D> >& Approximated position of grid points