1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #2768 from SpecLad:useless-loop

This commit is contained in:
Roman Donchenko
2014-05-20 11:50:29 +04:00
committed by OpenCV Buildbot
-6
View File
@@ -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];
}
}
}