- 31 Oct, 2013 4 commits
-
-
Andrey Pavlenko authored
-
Jin Ma authored
-
Jin Ma authored
removed test for double since not all platforms support double, thus the sanity check cannot pass on all the platforms.
-
Jin Ma authored
-
- 30 Oct, 2013 25 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
include() doesn't create a variable scope, so the settings of CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting everything included after OpenCVDetectCUDA.cmake. Also, FindCUDA includes FindPackageHandleStandardArgs, which includes CMakeParseArguments, which causes warnings related to policy CMP0017. Setting it to NEW seems safe enough.
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not necessary.
-
Roman Donchenko authored
-
Alexander Smorkalov authored
New version of Java wrappers' generator uses different wrappers for VideoCapture on Android and desktop to prevent binary compatibility issues.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
replaced find_host_package with find_package and set CMAKE_FIND_ROOT_PATH_MODE_LIBRARY to BOTH, because NEVER doesn't work for CUDA_CUDA_LIBRARY, which is located in /usr/arm-linux-gnueabihf/lib/libcuda.so for ARM
-
Jin Ma authored
-
Peng Xiao authored
-
- 29 Oct, 2013 11 commits
-
-
Ilya Lavrenov authored
fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC1 for the first function
-
Jin Ma authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-