Commit fdf549b9 authored by Viet Dinh's avatar Viet Dinh

fix bug #5599

parent 021ff0ef
......@@ -2495,7 +2495,7 @@ double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters )
coeffs[i] = C(rcoeffs[i], 0);
}
C p(1, 0), r(1, 1);
C p(1, 0), r(0.4, 0.9);
for( i = 0; i < n; i++ )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment