opencv/modules/core/include/opencv2
Alexander Alekhin ee1ac1140d core: use explicit for cv::AutoBuffer
To avoid compilation of this code:
- buf = 0;

This code can be received after refactoring of 1D cv::Mat to cv::AutoBuffer.
- "cv_mat = 0" calls setTo().
- cv::AutoBuffer calls "allocate(0)" - this is wrong.
2018-03-14 14:17:52 +03:00
..
core core: use explicit for cv::AutoBuffer 2018-03-14 14:17:52 +03:00
core.hpp Update core.hpp 2018-03-04 23:02:47 +03:00