opencv/modules/core/include
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
..
opencv2 core: use explicit for cv::AutoBuffer 2018-03-14 14:17:52 +03:00