opencv/modules/cudaobjdetect
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
..
include/opencv2 Fixed identifiers warns 2016-09-30 15:16:29 +05:30
perf refactor CUDA CascadeClassifier 2015-01-14 19:50:05 +03:00
src Add cuda::Stream capability to cuda::HOG::compute 2017-03-27 10:53:22 +02:00
test test: fix cuda build 2016-11-29 01:18:10 +03:00
CMakeLists.txt move CUDA object detection algorithms to separate module 2015-01-14 19:50:05 +03:00