mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
ee1ac1140d
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.