Click or drag to resize

NativeMethodscalib3d_fisheye_distortPoints Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_fisheye_distortPoints(
	IntPtr undistorted,
	IntPtr distorted,
	IntPtr K,
	IntPtr D,
	double alpha
)

Parameters

undistorted
Type: SystemIntPtr

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

distorted
Type: SystemIntPtr

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

K
Type: SystemIntPtr

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

D
Type: SystemIntPtr

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

alpha
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also