- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 04 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
CUDA implementation wants to convert std::vector<KeyPoint> <-> GpuMat. There is no direct mapping from KeyPoint (mix of int/float fields) into cv::Mat element type, so this conversion must be avoided. Legacy mode is turned back for CUDA builds.
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 27 Mar, 2017 3 commits
-
-
Claudio authored
Fix #8177
-
Claudio authored
-
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
-
- 28 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 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
-
- 27 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 15 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 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
-