OpenCvSharp.NativeMethods.core_solveCubic C# (CSharp) Method

core_solveCubic() private method

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