- 07 Mar, 2015 2 commits
-
-
Alexander Nitsch authored
Make detection of x64 using the gcc's target triplet identical to the one used in cmake/OpenCVDetectCXXCompiler.cmake. Otherwise, MinGW-w64 setups will always be treated as x64 since they contain "w64" as vendor key.
-
Alexander Nitsch authored
Fix typo that would always lead to detection of x86 for MinGW builds in the OpenCVConfig.cmake file.
-
- 06 Mar, 2015 2 commits
-
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
- 03 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Mar, 2015 9 commits
-
-
Joe Howse authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 27 Feb, 2015 3 commits
-
-
Vladislav Vinogradov authored
previous implementation was not thread/stream safe, since it used constant memory new implementation doesn't use any global objects, so it is thread/stream safe
-
StevenPuttemans authored
Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work. This solves the undesired consequence of breaking the GPU interface.
-
Vladislav Vinogradov authored
move hog::set_up_constants from constructor to compute method if user changed CUDA device between constructor and computation, some variables were uninitialized
-
- 26 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 25 Feb, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
StevenPuttemans authored
-
Vladislav Vinogradov authored
-
- 24 Feb, 2015 12 commits
-
-
Alexander Nitsch authored
The architecture has been correctly determined earlier in this file. No need to do it again.
-
Mansour Moufid authored
-
Mansour Moufid authored
-
Alexander Smorkalov authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Smorkalov authored
-
Mansour Moufid authored
-
Mansour Moufid authored
-
- 23 Feb, 2015 2 commits
-
-
Alexander Nitsch authored
MinGW-w64 always uses "w64" as vendor key which the previously used check for "64" anywhere in the target triplet matched. This would lead to MinGW-w64 setups always being treated as x64. Since we are actually interested in finding the "64" in the triplet's operating system key, this fix makes sure to look for "mingw64" and thus avoids the false match. Fixes issue #3835. Credits to Lode Leroy for the original patch.
-
StevenPuttemans authored
-
- 22 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Feb, 2015 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-