Back to FabImage 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 Range Description
Input value
inWidth Integer 0 -
Input value
inHeight Integer 0 -
Input value
inRepeats Integer 0 -
Input value
inFirstRowRight Bool Specifies whether the first row of circles is shifted to right or to left.
Output value
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.