NativeMethodsimg_hash_BlockMeanHash_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr img_hash_BlockMeanHash_create( int mode )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function img_hash_BlockMeanHash_create ( mode As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr img_hash_BlockMeanHash_create( int mode )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member img_hash_BlockMeanHash_create : mode : int -> IntPtr
OpenCvSharp.NativeMethods.img_hash_BlockMeanHash_create = function(mode);