NativeMethodsimgproc_logPolar Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_logPolar( IntPtr src, IntPtr dst, Point2f center, double m, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_logPolar ( src As IntPtr, dst As IntPtr, center As Point2f, m As Double, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_logPolar( IntPtr src, IntPtr dst, Point2f center, double m, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_logPolar : src : IntPtr * dst : IntPtr * center : Point2f * m : float * flags : int -> unit
OpenCvSharp.NativeMethods.imgproc_logPolar = function(src, dst, center, m, flags);