Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Camera Calibration » GenerateCalibrationPoints

GenerateCalibrationPoints


Module: Calibration

Generates artificial points for camera calibration. Doesn't support distortion.

Applications

Calibration testing.
Name Type Description
Input value
inPointsX Integer Number of points in X direction on the calibration plane.
Input value
inPointsY Integer Number of points in Y direction on the calibration plane.
Input value
inWorldPointSpacing Real Distances between consecutive points on the calibration plane.
Input value
inPlaneRotationAxis Vector3D Calibration plane rotation axis.
Input value
inPlaneRotationAngle Real Calibration plane rotation angle.
Input value
inPlaneTranslation Vector3D Calibration plane translation (applied after rotation).
Input value
inCameraType CameraModelType Calibration camera model (pinhole, telecentric or line scan)
Input value
inFocalLengthOrMagnificationX Real
Input value
inFocalLengthOrMagnificationY Real*
Input value
inPrincipalPoint Point2D* By default is on the center of output image
Input value
inImageSize Size The size of image that artificial camera captures
Output value
outImageGrid AnnotatedPoint2DArray
Output value
outWorldPoints Point2DArray

Complexity Level

This filter is available on Expert Complexity Level.