Calibrator3DFromFactors Method (Factors3D)

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

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

public static Calibrator3D FromFactors(
	Factors3D factors
)

Parameters

factors
Type: Stemmer.CvbFactors3D
Factors to use.

Return Value

Type: Calibrator3D
Calibrator3D created with the given factors.
Exceptions

ExceptionCondition
CvbExceptionWhen the creation of the Calibrator3D failed.
See Also

Reference