• Claudio's avatar
    Add cuda::Stream capability to cuda::HOG::compute · 35f66340
    Claudio authored
    In the previous version only the default stream was/could be used, i.e.
    cv::cuda::Stream::Null().
    
    With this change, HOG::compute() will now run in parallel over different
    cuda::Streams.
    
    The code has been reordered so that all data allocation is completed
    first, then all the kernels are run in parallel over streams.
    
    Fix #8177
    35f66340
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...