NativeMethodsimgproc_matchTemplate Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_matchTemplate( IntPtr image, IntPtr templ, IntPtr result, int method, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_matchTemplate ( image As IntPtr, templ As IntPtr, result As IntPtr, method As Integer, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_matchTemplate( IntPtr image, IntPtr templ, IntPtr result, int method, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_matchTemplate : image : IntPtr * templ : IntPtr * result : IntPtr * method : int * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_matchTemplate = function(image, templ, result, method, mask);