Draws the individual chessboard corners detected (as red circles) in case if the board was not found (patternWasFound== false) or the colored corners connected with lines when the board was found (patternWasFound == true).

C# | Visual Basic | Visual C++ |
public static void DrawChessboardCorners( Image<Gray, byte> image, MCvSize patternSize, Point2D<float>[] corners, bool patternWasFound )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)