Function cvMakePrototype from cvcalibration
Brief description
cvMakePrototype(size:CvSize,h:double,v:double):CvMat
Creates a chessboard prototype matrix with a given size More ...
Function information
Name: | cvMakePrototype |
Base: | |
Group: | OpenCV plugins:Camera calibration |
Icon: | calibrate.png |
Color: | blue |
Authors: | |
Copyright: |
Detailed description
Creates a chessboard prototype matrix with a given size
Input parameters
-
size:
CvSize
- Size of the pattern
-
h:
double
- Distance between the pattern points in the horizontal direction
-
v:
double
- Distance between the pattern points in the vertical direction
Return values
-
Default return value:
CvMat
- Matrix with prototype points row-by-row