• Alexander Alekhin's avatar
    core: use explicit for cv::AutoBuffer · ee1ac114
    Alexander Alekhin authored
    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.
    ee1ac114
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...