NativeMethodscore_phase Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_phase( IntPtr x, IntPtr y, IntPtr angle, int angleInDegrees )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_phase ( x As IntPtr, y As IntPtr, angle As IntPtr, angleInDegrees As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_phase( IntPtr x, IntPtr y, IntPtr angle, int angleInDegrees )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_phase : x : IntPtr * y : IntPtr * angle : IntPtr * angleInDegrees : int -> unit
OpenCvSharp.NativeMethods.core_phase = function(x, y, angle, angleInDegrees);