1361 Commits (fc1fa285565dc393c867096a32d8296ea3d80f3c)

Author SHA1 Message Date
Vladislav Vinogradov fc1fa28556 gpuvideo module for video processing 12 years ago
Vladislav Vinogradov 7544ddbfef gpufeatures2d module 2d for feature detection and matching 12 years ago
Vladislav Vinogradov e41aea0acf gpuimgproc module for image processing 12 years ago
Vladislav Vinogradov d569e72ad4 moved mulSpectrums, dft and convolve to gpuarithm 12 years ago
Vladislav Vinogradov c56bdbc1c5 moved integral to gpuarithm module 12 years ago
Vladislav Vinogradov 10ac854358 moved copyMakeBorder to gpuarithm module 12 years ago
Vladislav Vinogradov d08ebfe4d3 moved rectStdDev to gpuarithm 12 years ago
Vladislav Vinogradov ed006a0612 added private header to gpunvidia module 12 years ago
Vladislav Vinogradov c2402053b9 removed columnSum function (it is a duplicate for reduce) 12 years ago
Vladislav Vinogradov 229ca0914a gpunvidia module for NCV & NPP API 12 years ago
Vladislav Vinogradov 84de6ce036 gpufilters module for image filtering 12 years ago
Vladislav Vinogradov 31c8b527c6 gpuarithm module for arithmetics operations on matrices 12 years ago
Vladislav Vinogradov 1b00a3ed54 gpucodec module for video decoding/encoding 12 years ago
Vladislav Vinogradov 54e7c76d99 fixed compilation errors 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Vladislav Vinogradov ba1a1aecaa fixed gpu module compilation 12 years ago
Vladislav Vinogradov b50090f850 restore cudaSafeCall 12 years ago
Vladislav Vinogradov 2bad639aee fixed source_group 12 years ago
Vladislav Vinogradov d47e89d704 fixed windows build 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 1bb141c465 fixed build 12 years ago
Vladislav Vinogradov 193e857392 removed cu_safe_call.h and cu_safe_call.cpp 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov a57707b8d8 moved device layer to core module 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Vladislav Vinogradov 8d97d9598e updated GPU version of TVL1 12 years ago
Vladislav Vinogradov bf6c08a9ea fixed compilation with CUDA 12 years ago
Vladislav Vinogradov 870563ba25 fixed compilation warning for CUDA files 12 years ago
Vladislav Vinogradov 366f859ada fixed compilation after CV_IMPLEMENT_QSORT_EX removing 12 years ago
Vladislav Vinogradov 8d521d4704 disabled perf tests for gpu VideoWriter and VideoReader 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Vladislav Vinogradov 8e10cd8946 fixed gpu module compilation under windows 12 years ago
Vladislav Vinogradov 924b0ef786 fixed bug in TVL1 optical flow: 12 years ago
Vladislav Vinogradov 76e748ccc1 removed internal_header.hpp - it produces many warnings 12 years ago
Vladislav Vinogradov 15f09f8068 fixed gpu module compilation 12 years ago
Vladislav Vinogradov 4dbd0f0e8f fixed compilation issues with gpu modules: 12 years ago
Vladislav Vinogradov 4d23e2c8c9 GPU implementation of CLAHE 12 years ago
marina.kolpakova dd9e786a8e fix build gpu tests after video module refactoring 12 years ago
marina.kolpakova 84f45e1e03 fixed build with CUDA after latest merge 12 years ago
Andrey Kamaev 33ef7990b0 Update documentation 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 75513a46dc Remove all include directives for <string> 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vadim Pisarevsky 7661625c39 converter stereo correspondence algorithms to the new style 12 years ago