NativeMethodscore_norm Method (IntPtr, Int32, IntPtr) OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double core_norm(
	IntPtr src1,
	int normType,
	IntPtr mask
)

Parameters

src1
Type: SystemIntPtr

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

normType
Type: SystemInt32

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

mask
Type: SystemIntPtr

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

Return Value

Type: Double

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

See Also

Reference