Calibrator3DFromFactors Method (Double, Double, Double)

CVB.Net Documentation
Creates a Calibrator3D from the given factors.

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

public static Calibrator3D FromFactors(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X factor.
y
Type: SystemDouble
Y factor.
z
Type: SystemDouble
Z factor.

Return Value

Type: Calibrator3D
Calibrator3D created with the given factors.
Exceptions

ExceptionCondition
CvbExceptionWhen the creation of the Calibrator3D failed.
See Also

Reference