NativeMethodsfeatures2d_AKAZE_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_AKAZE_create( int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_AKAZE_create ( descriptor_type As Integer, descriptor_size As Integer, descriptor_channels As Integer, threshold As Single, nOctaves As Integer, nOctaveLayers As Integer, diffusivity As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_AKAZE_create( int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_AKAZE_create : descriptor_type : int * descriptor_size : int * descriptor_channels : int * threshold : float32 * nOctaves : int * nOctaveLayers : int * diffusivity : int -> IntPtr
OpenCvSharp.NativeMethods.features2d_AKAZE_create = function(descriptor_type, descriptor_size, descriptor_channels, threshold, nOctaves, nOctaveLayers, diffusivity);