Click or drag to resize

NativeMethodscalib3d_computeCorrespondEpilines_array2d Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_computeCorrespondEpilines_array2d(
	Point2d[] points,
	int pointsSize,
	int whichImage,
	double[,] F,
	Point3f[] lines
)

Parameters

points
Type: OpenCvSharpPoint2d
pointsSize
Type: SystemInt32
whichImage
Type: SystemInt32
F
Type: SystemDouble
lines
Type: OpenCvSharpPoint3f
See Also