NativeMethodscalib3d_calibrationMatrixValues_InputArray Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

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

public static void calib3d_calibrationMatrixValues_InputArray(
	IntPtr cameraMatrix,
	CvSize imageSize,
	double apertureWidth,
	double apertureHeight,
	out double fovx,
	out double fovy,
	out double focalLength,
	out Point2d principalPoint,
	out double aspectRatio
)

Parameters

cameraMatrix
Type: SystemIntPtr

[Missing <param name="cameraMatrix"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

imageSize
Type: OpenCvSharpCvSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

apertureWidth
Type: SystemDouble

[Missing <param name="apertureWidth"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

apertureHeight
Type: SystemDouble

[Missing <param name="apertureHeight"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

fovx
Type: SystemDouble

[Missing <param name="fovx"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

fovy
Type: SystemDouble

[Missing <param name="fovy"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

focalLength
Type: SystemDouble

[Missing <param name="focalLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

principalPoint
Type: OpenCvSharp.CPlusPlusPoint2d

[Missing <param name="principalPoint"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

aspectRatio
Type: SystemDouble

[Missing <param name="aspectRatio"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_calibrationMatrixValues_InputArray(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point2d@,System.Double@)"]

See Also

Reference