Back to Aurora Vision Studio website

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

cvEstimateAffine3D


Module: OpenCV

Computes optimal affine transformation between two 3D point sets.

Name Type Range Description
Input value inSrcpt Point3DArray
Input value inDstpt Point3DArray
Input value inRansacThreshold Real
Input value inConfidence Real 0.0 - 1.0
Output value outOut Matrix
Output value outOutliers IntegerArray
Output value outValue Integer

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input arrays must have the same number of points and must not be empty in cvEstimateAffine3D.

Complexity Level

This filter is available on Basic Complexity Level.