Remove a useless loop that copies an array to itself

pull/2768/head
Roman Donchenko 11 years ago
parent 0b4eb6a964
commit bea46c90b5
  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