NativeMethodsimgproc_matchTemplate Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_matchTemplate(
	IntPtr image,
	IntPtr templ,
	IntPtr result,
	int method
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)"]

templ
Type: SystemIntPtr

[Missing <param name="templ"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)"]

result
Type: SystemIntPtr

[Missing <param name="result"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_matchTemplate(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)"]

See Also

Reference