Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » CreateCirclesGridMatrix

CreateCirclesGridMatrix


Module: OpenCV

Creates simple array with object points.

Name Type Description
inWidth Integer
inHeight Integer
inRepeats Integer
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.