Click or drag to resize

NativeMethodsximgproc_colorMatchTemplate Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_colorMatchTemplate(
	IntPtr img,
	IntPtr templ,
	IntPtr result
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_colorMatchTemplate(System.IntPtr,System.IntPtr,System.IntPtr)"]

templ
Type: SystemIntPtr

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

result
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_colorMatchTemplate(System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also