102 Commits (4d12beb7232cbb2e45f132c680217a1410d584b4)

Author SHA1 Message Date
Vadim Pisarevsky 257463719b removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 10 years ago
Vadim Pisarevsky d0137b6d2d moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 10 years ago
Alexander Alekhin b1ac35e14a ocl: fix mac and superres test 11 years ago
Ilya Lavrenov 63d8a61b9b enabled 3-channels support for cv::createSuperResolution_BTVL1 11 years ago
Alexander Smorkalov b4e4f13f9e Superres module enabled for Android. GPU samples build fixed for Android. 11 years ago
Alexander Smorkalov b3e18d23a3 Implicit CUDA and OpenCL control for module definition added. 11 years ago
Vladislav Vinogradov 8b8c368148 fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo) 11 years ago
Ilya Lavrenov e190d3fd36 added perf test 11 years ago
Ilya Lavrenov 6ad4823f0c ported superres to T-API 11 years ago
Ilya Lavrenov ac2e613975 skip OCL tests if OpenCL isn't available 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Alexander Smorkalov 6da7c50fb5 Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime. 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Roman Donchenko d07e7897a0 Fixed building with OpenCL, but without the ocl module. 11 years ago
Andrey Pavlenko 2b6fca68bf fixing typo 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 11 years ago
peng xiao 7285341083 1. Let btvRegWeights to be constant per `process` call. 11 years ago
Alexander Alekhin b00f79ac5f ocl: move program names into opencl_kernels.hpp 11 years ago
Alexander Alekhin e8d9ed8955 ocl: split initialization.cpp into 3 files: context, operations, programcache 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 93f757f8a2 Boring changes - superres. 11 years ago
Vladislav Vinogradov a41006754e fix documentation 11 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 11 years ago
Vladislav Vinogradov 3c34b24f1f replaced gpu->cuda in files names 11 years ago
Vladislav Vinogradov 5660d6a680 renamed gpuoptflow -> cudaoptflow 11 years ago
Vladislav Vinogradov a0ae602bb7 renamed gpuimgproc -> cudaimgproc 11 years ago
Vladislav Vinogradov 219b662127 renamed gpufilters -> cudafilters 11 years ago
Vladislav Vinogradov d4901a99ea renamed gpuwarping -> cudawarping 11 years ago
Vladislav Vinogradov dcd600cc47 renamed gpuarithm -> cudaarithm 11 years ago
Vladislav Vinogradov dbeb3e2968 renamed gpucodec -> cudacodec 11 years ago
Vladislav Vinogradov cfe4a71dc6 renamed gpu* source to cuda* in core module 11 years ago
Vladislav Vinogradov 5a85f1b6da renamed gpucodec namespace -> cudacodec 11 years ago
Vladislav Vinogradov 8282f6ebc1 renamed gpu::cudev namespace -> cuda::device 11 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Vladislav Vinogradov cd2b7448f4 eliminate unnecessary double arithmetics in CUDA 11 years ago
Vladislav Vinogradov 9f33de7071 added cvconfig.hpp header file to gpu tests 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Jin Ma 027b8021b1 Added farneback to superres module. 11 years ago
Vladislav Vinogradov 9eea9835ab switched to Input/Output Array in Color Processing 12 years ago
Roman Donchenko 523048f99f Fixed a compilation error (get<N> not found). 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
peng xiao 30239ad58e Fix build error. 12 years ago
peng xiao 9b3c318e85 Add super resolution's OpenCL implementation. 12 years ago
Roman Donchenko 3ea4836a0a Changed the impls argument to be an array name. 12 years ago
Roman Donchenko 51a672ec40 Disabled the cuda variant when CUDA is not available. 12 years ago
Roman Donchenko 936236e4b1 Extended the CPU/GPU selection mechanism in performance tests. 12 years ago