NativeMethodscalib3d_estimateAffine3D Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int calib3d_estimateAffine3D( IntPtr src, IntPtr dst, IntPtr outVal, IntPtr inliers, double ransacThreshold, double confidence )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_estimateAffine3D ( src As IntPtr, dst As IntPtr, outVal As IntPtr, inliers As IntPtr, ransacThreshold As Double, confidence As Double ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int calib3d_estimateAffine3D( IntPtr src, IntPtr dst, IntPtr outVal, IntPtr inliers, double ransacThreshold, double confidence )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_estimateAffine3D : src : IntPtr * dst : IntPtr * outVal : IntPtr * inliers : IntPtr * ransacThreshold : float * confidence : float -> int
OpenCvSharp.NativeMethods.calib3d_estimateAffine3D = function(src, dst, outVal, inliers, ransacThreshold, confidence);