Click or drag to resize

NativeMethodscalib3d_computeCorrespondEpilines_array3d Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_computeCorrespondEpilines_array3d(
	Point3d[] points,
	int pointsSize,
	int whichImage,
	double* F,
	Point3f[] lines
)

Parameters

points
Type: OpenCvSharpPoint3d

[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

pointsSize
Type: SystemInt32

[Missing <param name="pointsSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

whichImage
Type: SystemInt32

[Missing <param name="whichImage"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

F
Type: SystemDouble*

[Missing <param name="F"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

lines
Type: OpenCvSharpPoint3f

[Missing <param name="lines"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d(OpenCvSharp.Point3d[],System.Int32,System.Int32,System.Double*,OpenCvSharp.Point3f[])"]

See Also