NativeMethodscvCalibrationMatrixValues Method OpenCvSharp Class Library

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

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

public static void cvCalibrationMatrixValues(
	IntPtr camera_matrix,
	CvSize image_size,
	double aperture_width,
	double aperture_height,
	out double fovx,
	out double fovy,
	out double focal_length,
	out CvPoint2D64f principal_point,
	out double pixel_aspect_ratio
)

Parameters

camera_matrix
Type: SystemIntPtr

[Missing <param name="camera_matrix"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

image_size
Type: OpenCvSharpCvSize

[Missing <param name="image_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

aperture_width
Type: SystemDouble

[Missing <param name="aperture_width"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

aperture_height
Type: SystemDouble

[Missing <param name="aperture_height"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

fovx
Type: SystemDouble

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

fovy
Type: SystemDouble

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

focal_length
Type: SystemDouble

[Missing <param name="focal_length"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

principal_point
Type: OpenCvSharpCvPoint2D64f

[Missing <param name="principal_point"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

pixel_aspect_ratio
Type: SystemDouble

[Missing <param name="pixel_aspect_ratio"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalibrationMatrixValues(System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.CvPoint2D64f@,System.Double@)"]

See Also

Reference