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