NativeMethodscore_minMaxLoc2 Method OpenCvSharp Class Library

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

Parameters

src
Type: SystemIntPtr

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

minVal
Type: SystemDouble

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

maxVal
Type: SystemDouble

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

minLoc
Type: OpenCvSharpCvPoint

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

maxLoc
Type: OpenCvSharpCvPoint

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

mask
Type: SystemIntPtr

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

See Also

Reference