NativeMethodscalib3d_estimateAffine2D Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus calib3d_estimateAffine2D( IntPtr from, IntPtr to, IntPtr inliers, int method, double ransacReprojThreshold, ulong maxIters, double confidence, ulong refineIters, out IntPtr returnValue )
Public Shared Function calib3d_estimateAffine2D ( from As IntPtr, to As IntPtr, inliers As IntPtr, method As Integer, ransacReprojThreshold As Double, maxIters As ULong, confidence As Double, refineIters As ULong, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus calib3d_estimateAffine2D( IntPtr from, IntPtr to, IntPtr inliers, int method, double ransacReprojThreshold, unsigned long long maxIters, double confidence, unsigned long long refineIters, [OutAttribute] IntPtr% returnValue )
static member calib3d_estimateAffine2D : from : IntPtr * to : IntPtr * inliers : IntPtr * method : int * ransacReprojThreshold : float * maxIters : uint64 * confidence : float * refineIters : uint64 * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="from"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="to"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="inliers"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="ransacReprojThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="maxIters"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="confidence"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="refineIters"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_estimateAffine2D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.UInt64,System.Double,System.UInt64,System.IntPtr@)"]