opencv/modules/cudaobjdetect/src
Claudio 35f66340d7
Add cuda::Stream capability to cuda::HOG::compute
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
2017-03-27 10:53:22 +02:00
..
cuda Add cuda::Stream capability to cuda::HOG::compute 2017-03-27 10:53:22 +02:00
cascadeclassifier.cpp Merge pull request #3600 from jet47:cuda-objdetect-module 2015-01-20 13:29:32 +00:00
hog.cpp Add cuda::Stream capability to cuda::HOG::compute 2017-03-27 10:53:22 +02:00
precomp.hpp move CUDA object detection algorithms to separate module 2015-01-14 19:50:05 +03:00