Merge pull request #2768 from SpecLad:useless-loop

pull/2775/head^2
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 976da2f3d3
  1. 6
      modules/legacy/src/calibfilter.cpp

@ -333,12 +333,6 @@ void CvCalibFilter::Stop( bool calibrate )
points[0],points[1], points[0],points[1],
buffer, buffer,
&stereo); &stereo);
for( i = 0; i < 9; i++ )
{
stereo.fundMatr[i] = stereo.fundMatr[i];
}
} }
} }

Loading…
Cancel
Save