Click or drag to resize

NativeMethodscore_norm1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_norm1(
	IntPtr src1,
	int normType,
	IntPtr mask,
	out double returnValue
)

Parameters

src1
Type: SystemIntPtr

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

normType
Type: SystemInt32

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

mask
Type: SystemIntPtr

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

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also