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