mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 06:13:05 +04:00
6e1da2ef91
Fix cvSaveImage( ) function bug
* fix cvSaveImage crash
* replace emplace_back with {}, no C++11 required
* fix MacOSX build with vector's push_back