opencv/modules/cudaobjdetect
GabrieleDalmazzone 5a72be08fd Race condition bug-fix in hog.cu
See https://github.com/Itseez/opencv/issues/5721

COMMENTS:
* The second __syncthreads() is necessary, I am sure of that.
* The code works without the first __syncthreads() too, but I have however added it for symmetry. Anyway it doesn't affect time performances, I have checked it with some profiling with nvvp
2015-12-01 09:19:31 +01:00
..
include/opencv2 fixing CUDA cascade classifiers function and needed models 2015-02-27 14:20:27 +01:00
perf refactor CUDA CascadeClassifier 2015-01-14 19:50:05 +03:00
src Race condition bug-fix in hog.cu 2015-12-01 09:19:31 +01:00
test changed hog to work with variable parameters and changed the hog sample to test it with more options 2015-08-12 09:16:20 +02:00
CMakeLists.txt move CUDA object detection algorithms to separate module 2015-01-14 19:50:05 +03:00