NativeMethodsfeatures2d_BRISK_create2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_BRISK_create2( float[] radiusList, int radiusListLength, int[] numberList, int numberListLength, float dMax, float dMin, int[] indexChange, int indexChangeLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_BRISK_create2 ( radiusList As Single(), radiusListLength As Integer, numberList As Integer(), numberListLength As Integer, dMax As Single, dMin As Single, indexChange As Integer(), indexChangeLength As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_BRISK_create2( array<float>^ radiusList, int radiusListLength, array<int>^ numberList, int numberListLength, float dMax, float dMin, array<int>^ indexChange, int indexChangeLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_BRISK_create2 : radiusList : float32[] * radiusListLength : int * numberList : int[] * numberListLength : int * dMax : float32 * dMin : float32 * indexChange : int[] * indexChangeLength : int -> IntPtr
OpenCvSharp.NativeMethods.features2d_BRISK_create2 = function(radiusList, radiusListLength, numberList, numberListLength, dMax, dMin, indexChange, indexChangeLength);