Emgu CV Library Documentation
cvDrawChessboardCorners Method
NamespacesEmgu.CVCvInvokecvDrawChessboardCorners()()()

www.emgu.com/wiki
Members
IconMemberDescription
cvDrawChessboardCorners(IntPtr, Size, array<Single,2>[,](,)[,], Int32, Int32)
Draws the individual chessboard corners detected (as red circles) in case if the board was not found (pattern_was_found=0) or the colored corners connected with lines when the board was found (pattern_was_found != 0).

cvDrawChessboardCorners(IntPtr, Size, array<PointF>[]()[], Int32, Int32)
Draws the individual chessboard corners detected (as red circles) in case if the board was not found (pattern_was_found=0) or the colored corners connected with lines when the board was found (pattern_was_found != 0).

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)