- 01 Dec, 2015 1 commit
-
-
GabrieleDalmazzone authored
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
-
- 12 Aug, 2015 1 commit
-
-
ManuelFreudenreich authored
changed hog to work with variable parameters and changed the hog sample to test it with more options added comments and tests
-
- 14 Jan, 2015 4 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
use abstract interface with hidden implementation
-
Vladislav Vinogradov authored
move GPU constants initialization from constructor to compute method
-
Vladislav Vinogradov authored
-