Calibrator3DFromPinholeCameraModel Method (Double, Point2Dd, Double)

CVB.Net Documentation
Create a Calibrator3D using the pinhole camera model.

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

public static Calibrator3D FromPinholeCameraModel(
	double f,
	Point2Dd center,
	double zDivisor
)

Parameters

f
Type: SystemDouble
Focal length.
center
Type: Stemmer.CvbPoint2Dd
Center (or principal) point.
zDivisor
Type: SystemDouble
Divisor for every z value.

Return Value

Type: Calibrator3D
New pinhole camera model Calibrator3D object.
Exceptions

ExceptionCondition
CvbExceptionWhen the creation of the Calibrator3D failed.
See Also

Reference