Click or drag to resize

NativeMethodscalib3d_calibrationMatrixValues_array Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus 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*

[Missing <param name="cameraMatrix"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

imageSize
Type: OpenCvSharpSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

apertureWidth
Type: SystemDouble

[Missing <param name="apertureWidth"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

apertureHeight
Type: SystemDouble

[Missing <param name="apertureHeight"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

fovx
Type: SystemDouble

[Missing <param name="fovx"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

fovy
Type: SystemDouble

[Missing <param name="fovy"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

focalLength
Type: SystemDouble

[Missing <param name="focalLength"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

principalPoint
Type: OpenCvSharpPoint2d

[Missing <param name="principalPoint"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

aspectRatio
Type: SystemDouble

[Missing <param name="aspectRatio"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_calibrationMatrixValues_array(System.Double*,OpenCvSharp.Size,System.Double,System.Double,System.Double@,System.Double@,System.Double@,OpenCvSharp.Point2d@,System.Double@)"]

See Also