NativeMethodscvComputeCorrespondEpilines Method OpenCvSharp Class Library

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

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

public static void cvComputeCorrespondEpilines(
	IntPtr points,
	int which_image,
	IntPtr fundamental_matrix,
	IntPtr correspondent_lines
)

Parameters

points
Type: SystemIntPtr

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

which_image
Type: SystemInt32

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

fundamental_matrix
Type: SystemIntPtr

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

correspondent_lines
Type: SystemIntPtr

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

See Also

Reference