NativeMethodsflann_Index_new Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus flann_Index_new( IntPtr features, IntPtr params, int distType, out IntPtr returnValue )
Public Shared Function flann_Index_new ( features As IntPtr, params As IntPtr, distType As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus flann_Index_new( IntPtr features, IntPtr params, int distType, [OutAttribute] IntPtr% returnValue )
static member flann_Index_new : features : IntPtr * params : IntPtr * distType : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="features"/> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="params"/> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="distType"/> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.flann_Index_new(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)"]