NativeMethodsvector_vector_KeyPoint_new3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr vector_vector_KeyPoint_new3( IntPtr[] values, int size1, int[] size2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function vector_vector_KeyPoint_new3 ( values As IntPtr(), size1 As Integer, size2 As Integer() ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr vector_vector_KeyPoint_new3( array<IntPtr>^ values, int size1, array<int>^ size2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member vector_vector_KeyPoint_new3 : values : IntPtr[] * size1 : int * size2 : int[] -> IntPtr
OpenCvSharp.NativeMethods.vector_vector_KeyPoint_new3 = function(values, size1, size2);