Calibrator3DFromPinholeCameraModel Method (Double, 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 fx,
	double fy,
	Point2Dd center,
	double zDivisor
)

Parameters

fx
Type: SystemDouble
Focal length x component.
fy
Type: SystemDouble
Focal lenght y component.
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