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