NativeMethodsflann_Index_new Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr flann_Index_new( IntPtr features, IntPtr params, int distType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function flann_Index_new ( features As IntPtr, params As IntPtr, distType As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr flann_Index_new( IntPtr features, IntPtr params, int distType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member flann_Index_new : features : IntPtr * params : IntPtr * distType : int -> IntPtr
OpenCvSharp.NativeMethods.flann_Index_new = function(features, params, distType);