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:
@@ -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];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user