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