Calibrator3DFromMatrix Method

CVB.Net Documentation
Create a Calibrator3D using the given matrix.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Calibrator3D FromMatrix(
	Matrix3DH matrix
)

Parameters

matrix
Type: Stemmer.CvbMatrix3DH
Matrix to use.

Return Value

Type: Calibrator3D
Calibrator3D created with the given matrix.
Exceptions

ExceptionCondition
CvbExceptionWhen the creation of the Calibrator3D failed.
See Also

Reference