Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » CreateCirclesGridMatrix
Module: | OpenCV |
---|
Creates simple array with object points.
Name | Type | Range | Description | |
---|---|---|---|---|
inWidth | Integer | 0 - | ||
inHeight | Integer | 0 - | ||
inRepeats | Integer | 0 - | ||
inFirstRowRight | Bool | Specifies whether the first row of circles is shifted to right or to left. | ||
outPoints | Point3DArrayArray |
Remarks
This filter is not a wrapper of an OpenCV function, but it is an utility function,
which allows for easier usage of some OpenCV function wrappers.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- cvCalibrateCamera – Finds the camera intrinsic and extrinsic parameters from pairs of corresponding image and object points arrays.
- cvFindCirclesGrid – Finds the centers in the grid of circles.