NativeMethodscore_invert Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_invert( IntPtr src, IntPtr dst, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_invert ( src As IntPtr, dst As IntPtr, flags As Integer ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_invert( IntPtr src, IntPtr dst, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_invert : src : IntPtr * dst : IntPtr * flags : int -> float
OpenCvSharp.NativeMethods.core_invert = function(src, dst, flags);