NativeMethodscore_minMaxLoc1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_minMaxLoc1( IntPtr src, out double minVal, out double maxVal )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_minMaxLoc1 ( src As IntPtr, <OutAttribute> ByRef minVal As Double, <OutAttribute> ByRef maxVal As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_minMaxLoc1( IntPtr src, [OutAttribute] double% minVal, [OutAttribute] double% maxVal )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_minMaxLoc1 : src : IntPtr * minVal : float byref * maxVal : float byref -> unit
OpenCvSharp.NativeMethods.core_minMaxLoc1 = function(src, minVal, maxVal);