NativeMethodscalib3d_convertPointsToHomogeneous_array2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_convertPointsToHomogeneous_array2( Vec3f[] src, Vec4f[] dst, int length )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_convertPointsToHomogeneous_array2 ( src As Vec3f(), <OutAttribute> dst As Vec4f(), length As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_convertPointsToHomogeneous_array2( [InAttribute] array<Vec3f>^ src, [InAttribute] [OutAttribute] array<Vec4f>^ dst, int length )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_convertPointsToHomogeneous_array2 : src : Vec3f[] * dst : Vec4f[] byref * length : int -> unit
OpenCvSharp.NativeMethods.calib3d_convertPointsToHomogeneous_array2 = function(src, dst, length);