CvMatCalibrationMatrixValues Method (CvSize, Double, Double) OpenCvSharp Class Library
Finds intrinsic and extrinsic camera parameters using calibration pattern

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void CalibrationMatrixValues(
	CvSize imageSize,
	double apertureWidth,
	double apertureHeight
)

Parameters

imageSize
Type: OpenCvSharpCvSize
Image size in pixels
apertureWidth
Type: SystemDouble
Aperture width in realworld units
apertureHeight
Type: SystemDouble
Aperture width in realworld units
See Also

Reference