NativeMethodsgpu_matchTemplate1 Method OpenCvSharp Class Library

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

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

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

Parameters

image
Type: SystemIntPtr

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

templ
Type: SystemIntPtr

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

result
Type: SystemIntPtr

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

method
Type: SystemInt32

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

stream
Type: SystemIntPtr

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

See Also

Reference