NativeMethodscalib3d_triangulatePoints_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_triangulatePoints_array( double[,] projMatr1, double[,] projMatr2, Point2d[] projPoints1, int projPoints1Size, Point2d[] projPoints2, int projPoints2Size, Vec4d[] points4D )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_triangulatePoints_array ( projMatr1 As Double(,), projMatr2 As Double(,), projPoints1 As Point2d(), projPoints1Size As Integer, projPoints2 As Point2d(), projPoints2Size As Integer, <OutAttribute> points4D As Vec4d() )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_triangulatePoints_array( [InAttribute] array<double,2>^ projMatr1, [InAttribute] array<double,2>^ projMatr2, [InAttribute] array<Point2d>^ projPoints1, int projPoints1Size, [InAttribute] array<Point2d>^ projPoints2, int projPoints2Size, [InAttribute] [OutAttribute] array<Vec4d>^ points4D )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_triangulatePoints_array : projMatr1 : float[,] * projMatr2 : float[,] * projPoints1 : Point2d[] * projPoints1Size : int * projPoints2 : Point2d[] * projPoints2Size : int * points4D : Vec4d[] byref -> unit
OpenCvSharp.NativeMethods.calib3d_triangulatePoints_array = function(projMatr1, projMatr2, projPoints1, projPoints1Size, projPoints2, projPoints2Size, points4D);