NativeMethodsimgproc_matchTemplate Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_matchTemplate( IntPtr image, IntPtr templ, IntPtr result, int method, IntPtr mask )
Public Shared Function imgproc_matchTemplate ( image As IntPtr, templ As IntPtr, result As IntPtr, method As Integer, mask As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgproc_matchTemplate( IntPtr image, IntPtr templ, IntPtr result, int method, IntPtr mask )
static member imgproc_matchTemplate : image : IntPtr * templ : IntPtr * result : IntPtr * method : int * mask : IntPtr -> ExceptionStatus
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
[Missing <param name="templ"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
[Missing <param name="result"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr)"]