2911 Commits (a799cc13d93949f3a510a2b1d963d6dc9d29fc81)

Author SHA1 Message Date
Maksim Shabunin 3cc234588a Added build warnings in case of macro definition conflicts 9 years ago
Dan 95608b1b84 free -> deallocate 9 years ago
Dan da93a5527d Thrust allocator for temporary storage used with thrust algorithms. 9 years ago
Ilya Lavrenov 068769263e fixed compilation warning 9 years ago
Alexander Alekhin f48cda2f95 test: initialize test data in test_umat.cpp (6102) 9 years ago
Alexander Alekhin c7bdbef504 ocl: fix OpenGL sharing detection (6052) 9 years ago
Alexander Alekhin 87bbaa2c27 ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include) 9 years ago
Mathieu Barnachon 6a0d3b3e42 Called after setDevice. 9 years ago
Steven Puttemans cd96df1407 Update mat.hpp 9 years ago
Mathieu Barnachon b030ac0433 Ensure the Cuda context is initialized correctly as long as the setDevice is not called in a multi-thread environment. 9 years ago
Steven Puttemans a70c54f2c5 Added suggestions from PR6068 9 years ago
StevenPuttemans 873399705d add clarification on the acces paramter of the at operator 9 years ago
Suleyman TURKMEN 194b865daf update documentation of cv::repeat 9 years ago
Alexander Alekhin 7e472fbf68 ocl: thread-safe OpenCL loading (6056) 9 years ago
alcinos 6e3b90de9b Add static creator for TVL1 optical flow class 9 years ago
Alexander Alekhin 2978a16c85 core: preserve sizes values (fixes #5991) 9 years ago
Alexander Alekhin 96f5a930f4 test: regression 5991 9 years ago
Amro c35b00a97e fix code snippet showing how to use SparseMat 9 years ago
Alexander Alekhin c35ddcba1a cmake: refactor OpenCL detection, allow custom configurations 9 years ago
Alexander Alekhin c7ccde69a8 fix TLS implementation (closes #5967) 9 years ago
takacsd 1e0928633d Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago
takacsd 537d1322b4 Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago
Rok Mandeljc 029dfbc89d opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it 9 years ago
Alexander Alekhin 17e4d33b0e added regression test for #5876 9 years ago
Pavel Rojtberg 4db6d9986d also port Rodrigues in Affine to Matx expressions 9 years ago
Alexander Alekhin 6997d423c8 fix normalize in case of inplace operations 9 years ago
Pavel Rojtberg b3bbe7704d add jaccardDistance measure for rectangle overlap 9 years ago
Maksim Shabunin 7cb78451d1 Backported several changes from master branch: 9 years ago
jiakai 22599a2812 define g_haveOpenCL only when HAVE_OPENCL is set 9 years ago
jiakai 387214a3c5 do not open libopencl by dlopen if HAVE_OPENCL is not set 9 years ago
Alexander Alekhin 94e4498cfd Version for 3.1.0 release 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Alexander Alekhin 6f2632ca2e ocl: fix buffer pool small allocations issue (fixes #5815) 9 years ago
Ishank gulati d1ac75cabd corrected cv::merge documentation 9 years ago
Thomas Dunker 6882c10b45 Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
Alexander Alekhin 1836d41b5c warning fix (MSVS2015) 9 years ago
Vladislav Vinogradov 5576c0866a fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument 9 years ago
Alexander Alekhin b26580cc7b checkRange fixes 9 years ago
Gregory Morse bcf78daed2 Update CMakeLists.txt 9 years ago
Dan 237f33d4f0 nullptr -> NULL 9 years ago
Dan 76760470f3 Cherry pick failed to grab interface changes. 9 years ago
Dan Moodie 4f373a4284 Clarified default allocator interface. 9 years ago
Alexander Alekhin 78376c0f63 pthreads: remove usage of non-POSIX PTHREAD_RECURSIVE_MUTEX_INITIALIZER* defines 9 years ago
Suleyman TURKMEN 8418d564a8 Documentation patch for cv::mixChannels 9 years ago
Maksim Shabunin 0e5c710757 Fix documentation warning 9 years ago
Maksim Shabunin 5c5d0e6743 Fixed NEON compilation issue 9 years ago
Maksim Shabunin b4bcdd10a1 HAL: improvements 9 years ago
Vladislav Vinogradov 2afb02fcb4 fix BORDER_WRAP processing on Maxwell generation 9 years ago