NativeMethodsgpu_minMaxLoc1 Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,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_minMaxLoc1(
	IntPtr src,
	out double minVal,
	out double maxVal,
	out Point minLoc,
	out Point maxLoc,
	IntPtr mask
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

minVal
Type: SystemDouble

[Missing <param name="minVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

maxVal
Type: SystemDouble

[Missing <param name="maxVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

minLoc
Type: OpenCvSharp.CPlusPlusPoint

[Missing <param name="minLoc"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

maxLoc
Type: OpenCvSharp.CPlusPlusPoint

[Missing <param name="maxLoc"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_minMaxLoc1(System.IntPtr,System.Double@,System.Double@,OpenCvSharp.CPlusPlus.Point@,OpenCvSharp.CPlusPlus.Point@,System.IntPtr)"]

See Also

Reference