NativeMethodscore_solvePoly Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_solvePoly( IntPtr coeffs, IntPtr roots, int maxIters, out double returnValue )
Public Shared Function core_solvePoly ( coeffs As IntPtr, roots As IntPtr, maxIters As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus core_solvePoly( IntPtr coeffs, IntPtr roots, int maxIters, [OutAttribute] double% returnValue )
static member core_solvePoly : coeffs : IntPtr * roots : IntPtr * maxIters : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="coeffs"/> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="roots"/> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="maxIters"/> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_solvePoly(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]