Click or drag to resize

NativeMethodscalib3d_calibrationMatrixValues_array Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_calibrationMatrixValues_array(
	double[,] cameraMatrix,
	Size imageSize,
	double apertureWidth,
	double apertureHeight,
	out double fovx,
	out double fovy,
	out double focalLength,
	out Point2d principalPoint,
	out double aspectRatio
)

Parameters

cameraMatrix
Type: SystemDouble
imageSize
Type: OpenCvSharpSize
apertureWidth
Type: SystemDouble
apertureHeight
Type: SystemDouble
fovx
Type: SystemDouble
fovy
Type: SystemDouble
focalLength
Type: SystemDouble
principalPoint
Type: OpenCvSharpPoint2d
aspectRatio
Type: SystemDouble
See Also