Commit bea46c90 authored by Roman Donchenko's avatar Roman Donchenko

Remove a useless loop that copies an array to itself

parent 0b4eb6a9
......@@ -333,12 +333,6 @@ void CvCalibFilter::Stop( bool calibrate )
points[0],points[1],
buffer,
&stereo);
for( i = 0; i < 9; i++ )
{
stereo.fundMatr[i] = stereo.fundMatr[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