Back to Aurora Vision Studio website

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

GenerateCalibrationPoints_Deprecated


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 inPointSpacing 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 or telecentric)
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 outImagePoints Point2DArray
Output value outWorldPlanePoints Point2DArray

Complexity Level

This filter is available on Expert Complexity Level.