8600 Commits (494f7e3657a0b9d2b443f08259b3fcba734055b5)

Author SHA1 Message Date
Ilya Lavrenov 5b3520fa46 fixed warning [ -Wreorder ] 11 years ago
Ilya Lavrenov fc1f9ab236 removed unnecessary data copying 11 years ago
Andrey Pavlenko 734bf8babd removing legacy stuff 11 years ago
GregoryMorse 4880858119 Update CMakeLists.txt 11 years ago
Ilya Lavrenov d64bea00b2 ported cv::calcBackProject to T-API 11 years ago
dpen2000 d6a88397b4 Fix python sample path 11 years ago
Andrey Pavlenko f9aa148ba9 eliminating VS2013 build warnings 11 years ago
Vadim Pisarevsky a760c454dd tuned the speed for OpenCL-based moments (still slower than the single-thread SSE2 CPU code :( ) 11 years ago
Alexander Smorkalov e79c875fe2 Java wrappers for functions from cv::gpu namespace in core module added. 11 years ago
Alexander Smorkalov 0206f419c1 ts dependency from CUDA runtime removed. All implicit CUDA calls replaced by calls from core module. 11 years ago
Konstantin Matskevich 52df2b346b not synchronous kernel's run 11 years ago
Alexander Smorkalov 1e038e2837 CUDA warning fix/supporession for Android. 11 years ago
Alexander Smorkalov 4aa9f83100 Dynamic CUDA support library name fixed. Additional error messages added. 11 years ago
Konstantin Matskevich 7a186c72e1 some fixes 11 years ago
Konstantin Matskevich f55c85fed3 morphology 11 years ago
Alexander Alekhin 217b2282b8 fixes 11 years ago
Vadim Pisarevsky 83f749afd2 moments work now and work more or less fast 11 years ago
Vadim Pisarevsky 6035925f41 experimental moments implementation (does not work yet) 11 years ago
Ilya Lavrenov 4c23059209 added cv::inRange to T-API 11 years ago
Ilya Lavrenov d7c22343aa added perf tests for T-API core functions 11 years ago
vbystricky 9e05d18d42 Fix compilation warnings 11 years ago
vbystricky 35dc26e0b9 Add ocl implementation of the sepFilter2D into img_proc module. 11 years ago
Alexander Alekhin e49065b1dc core/ocl: temporary move device selection from ocl module 11 years ago
Konstantin Matskevich 9d04a7aba9 bugfix in equalizeHist 11 years ago
Alex Willisson 4293a54447 Fixed typo in comment 11 years ago
Ilya Lavrenov a70467d7a2 removed unnecessary assert 11 years ago
Vadim Pisarevsky bc730292bb workaround for some strange bug on old Mac. 11 years ago
Ilya Lavrenov e3d23918fa added cv::normalize to T-API; implemented missed UMat::copyTo with mask 11 years ago
Vadim Pisarevsky 8998186ce4 removed extra whitespaces and hopefully fixed the test failures 11 years ago
Alexander Smorkalov 51d3138dff OCV option ENABLE_DYNAMIC_CUDA mistake fix. 11 years ago
Vadim Pisarevsky d084d19779 added OpenCL optimization for LBP-based face detector 11 years ago
Alexander Smorkalov 4ec1930949 OpenCV version++; OpenCV Manager version++. 11 years ago
Alexander Smorkalov bc72f4d2a2 Code review fixes. 11 years ago
GregoryMorse 08d8faf9da Update system.cpp 11 years ago
Ilya Lavrenov febb200eee fixed cv::multuply, cv::divide 11 years ago
Ilya Lavrenov 6083efc111 refactored cv::CamShift and cv::meanShift 11 years ago
Ilya Lavrenov c33a7cd7bf added cv::mulSpectrums to T-API 11 years ago
Vadim Pisarevsky 1540910542 started adding OpenCL acceleration of LBP-based object detectors 11 years ago
Leszek Swirski 9c22d4887c imgproc: IPP compilation fix and minor cleanup 11 years ago
krodyush e8dd31aacd change code according reviewer suggesions 11 years ago
Vladimir Bystricky d6a7e8f84f Remove TBB ifdef form code 11 years ago
Alexander Smorkalov 529bd41751 Build fixes for case where HAVE_CUDA==OFF. 11 years ago
krodyush 27c1bd2762 Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA. 11 years ago
Alexander Smorkalov 069f3d8d9a Build fixes for GPU module. 11 years ago
Alexander Smorkalov 2509fa8080 Warious fixes for case where HAVE_CUDA==OFF. 11 years ago
Alexander Smorkalov 5a5c82bb1d Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring. 11 years ago
Alexander Karsakov febe528363 Added ocl::pyrUp to T-API 11 years ago
Vadim Pisarevsky 242a3d1f19 2 more fixes to calm down the doc builder 11 years ago
Alexander Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago