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