NativeMethodsimg_hash_ImgHashBase_compare Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double img_hash_ImgHashBase_compare( IntPtr obj, IntPtr hashOne, IntPtr hashTwo )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function img_hash_ImgHashBase_compare ( obj As IntPtr, hashOne As IntPtr, hashTwo As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double img_hash_ImgHashBase_compare( IntPtr obj, IntPtr hashOne, IntPtr hashTwo )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member img_hash_ImgHashBase_compare : obj : IntPtr * hashOne : IntPtr * hashTwo : IntPtr -> float
OpenCvSharp.NativeMethods.img_hash_ImgHashBase_compare = function(obj, hashOne, hashTwo);