Click or drag to resize

NativeMethodscalib3d_computeCorrespondEpilines_InputArray Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_computeCorrespondEpilines_InputArray(
	IntPtr points,
	int whichImage,
	IntPtr F,
	IntPtr lines
)

Parameters

points
Type: SystemIntPtr

[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"]

whichImage
Type: SystemInt32

[Missing <param name="whichImage"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"]

F
Type: SystemIntPtr

[Missing <param name="F"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"]

lines
Type: SystemIntPtr

[Missing <param name="lines"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_InputArray(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

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

See Also