| Icon | Member | Description |
|---|---|---|
| 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).
|