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