Click or drag to resize

NativeMethodscalib3d_fisheye_estimateNewCameraMatrixForUndistortRectify Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(
	IntPtr K,
	IntPtr D,
	Size image_size,
	IntPtr R,
	IntPtr P,
	double balance,
	Size newSize,
	double fov_scale
)

Parameters

K
Type: SystemIntPtr

[Missing <param name="K"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

D
Type: SystemIntPtr

[Missing <param name="D"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

image_size
Type: OpenCvSharpSize

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

R
Type: SystemIntPtr

[Missing <param name="R"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

P
Type: SystemIntPtr

[Missing <param name="P"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

balance
Type: SystemDouble

[Missing <param name="balance"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

newSize
Type: OpenCvSharpSize

[Missing <param name="newSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

fov_scale
Type: SystemDouble

[Missing <param name="fov_scale"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size,System.Double)"]

See Also