NativeMethodsfeatures2d_FastFeatureDetector_setType Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_FastFeatureDetector_setType( IntPtr obj, int type )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_FastFeatureDetector_setType ( obj As IntPtr, type As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_FastFeatureDetector_setType( IntPtr obj, int type )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_FastFeatureDetector_setType : obj : IntPtr * type : int -> unit
OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_setType = function(obj, type);