OpenCvSharp.NativeMethods.core_solvePoly C# (CSharp) Method

core_solvePoly() private method

private core_solvePoly ( IntPtr coeffs, IntPtr roots, int maxIters ) : double
coeffs IntPtr
roots IntPtr
maxIters int
return double
        public static extern double core_solvePoly(IntPtr coeffs, IntPtr roots, int maxIters);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods