mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
2519a21935
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler). This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.