NativeMethodscore_norm2 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_norm2( IntPtr src1, IntPtr src2, int normType, IntPtr mask, out double returnValue )
Public Shared Function core_norm2 ( src1 As IntPtr, src2 As IntPtr, normType As Integer, mask As IntPtr, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus core_norm2( IntPtr src1, IntPtr src2, int normType, IntPtr mask, [OutAttribute] double% returnValue )
static member core_norm2 : src1 : IntPtr * src2 : IntPtr * normType : int * mask : IntPtr * returnValue : float byref -> ExceptionStatus
[Missing <param name="src1"/> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
[Missing <param name="src2"/> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
[Missing <param name="normType"/> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_norm2(System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.Double@)"]