• Fangjun KUANG's avatar
    Merge pull request #8197 from csukuangfj/csukuangfj-patch-1 · 1e11657b
    Fangjun KUANG authored
    Fix typos in the documentation for AutoBuffer. (#8197)
    
    * Allocate 1000 floats to match the documentation
    
    Fix the documentation of `AutoBuffer`. By default, the following code
    ```.cpp
    cv::AutoBuffer<float> m;
    ```` 
    allocates only 264 floats. But the comment in the demonstration code says it allocates 1000 floats, which is 
    not correct.
    
    * fix typo in the comment.
    1e11657b
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...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...