Function cvFindChessboard from cvcalibration
Brief description
cvFindChessboard(image:IplImage,size:CvSize):std::vector<CvPoint2D32f>
Detects chessboard corners in an image More ...
Function information
| Name: | cvFindChessboard |
| Base: | |
| Group: | OpenCV plugins:Camera calibration |
| Icon: | calibrate.png |
| Color: | blue |
| Authors: | |
| Copyright: |
Detailed description
Detects chessboard corners in an image
Input parameters
-
image:
IplImage
- Image of a chessboard
-
size:
CvSize
- Size of the pattern
Return values
-
Default return value:
std::vector
- Vector of chessboard corners
