NativeMethodsimg_hash_MarrHildrethHash_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr img_hash_MarrHildrethHash_create( float alpha, float scale )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function img_hash_MarrHildrethHash_create ( alpha As Single, scale As Single ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr img_hash_MarrHildrethHash_create( float alpha, float scale )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member img_hash_MarrHildrethHash_create : alpha : float32 * scale : float32 -> IntPtr
OpenCvSharp.NativeMethods.img_hash_MarrHildrethHash_create = function(alpha, scale);