NativeMethodscore_perspectiveTransform_Point2f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_perspectiveTransform_Point2f( IntPtr src, int srcLength, IntPtr dst, int dstLength, IntPtr m )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_perspectiveTransform_Point2f ( src As IntPtr, srcLength As Integer, dst As IntPtr, dstLength As Integer, m As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_perspectiveTransform_Point2f( IntPtr src, int srcLength, IntPtr dst, int dstLength, IntPtr m )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_perspectiveTransform_Point2f : src : IntPtr * srcLength : int * dst : IntPtr * dstLength : int * m : IntPtr -> unit
OpenCvSharp.NativeMethods.core_perspectiveTransform_Point2f = function(src, srcLength, dst, dstLength, m);