Click or drag to resize

NativeMethodscore_minMaxIdx1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_minMaxIdx1(
	IntPtr src,
	out double minVal,
	out double maxVal
)

Parameters

src
Type: SystemIntPtr

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

minVal
Type: SystemDouble

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

maxVal
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also