- 30 Mar, 2015 1 commit
-
-
Roman Donchenko authored
-
- 25 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 24 Mar, 2015 2 commits
-
-
Alexander Nitsch authored
-
Tim D. Smith authored
Explicitly linking to a Python framework on OS X prevents modules from being built against one python (i.e. system python) and imported from another (i.e. Homebrew python); the interpreter segfaults if there's a linkage to a foreign python. Building the module with `-undefined dynamic_lookup` instead of an explicit link allows the symbols to be resolved at load time from a compatible python.
-
- 23 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Mar, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 19 Mar, 2015 3 commits
-
-
Luis Díaz Más authored
-
Boris Daskalov authored
A difference of two pointers was casted to unsigned which can lead to overflow on 64-bit systems.
-
Vadim Pisarevsky authored
-
- 18 Mar, 2015 1 commit
-
-
Luis Díaz Más authored
-
- 17 Mar, 2015 2 commits
-
-
Alexander Smorkalov authored
-
Vadim Pisarevsky authored
-
- 16 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Mar, 2015 3 commits
-
-
Milania1 authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 10 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 09 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 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 3 commits
-
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 05 Mar, 2015 1 commit
-
-
quentin authored
Add all dirs from CUDA_LIBS_PATH as -L linker options to OPENCV_LINKER_LIBS. These will end up in opencv.pc.
-
- 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
-