NativeMethodsfeatures2d_KAZE_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_KAZE_create( bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_KAZE_create ( extended As Boolean, upright As Boolean, 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_KAZE_create( bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_KAZE_create : extended : bool * upright : bool * threshold : float32 * nOctaves : int * nOctaveLayers : int * diffusivity : int -> IntPtr
OpenCvSharp.NativeMethods.features2d_KAZE_create = function(extended, upright, threshold, nOctaves, nOctaveLayers, diffusivity);