Back to FabImage Studio website
You are here: Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » cvDrawChessboardCorners
Module: | OpenCV |
---|
Renders the detected chessboard corners.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inPatternWidth | Integer | Pattern width. |
![]() |
inPatternHeight | Integer | Pattern height. |
![]() |
inCorners | Point2DArray | Chessboard corners array. |
![]() |
inPatternWasFound | Bool | Success flag as returned by cvFindChessboardCorners. |
![]() |
outImage | Image | Output image |
Complexity Level
This filter is available on Basic Complexity Level.