4 Commits (a9f4f8ded43cad85cb5aa2334dc2c78baf9a93b5)

Author SHA1 Message Date
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 7 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 11 years ago
Vladislav Vinogradov dbeb3e2968 renamed gpucodec -> cudacodec 11 years ago
Vladislav Vinogradov 5a85f1b6da renamed gpucodec namespace -> cudacodec 11 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 11 years ago
Vladislav Vinogradov 76211709a3 refactored VideoReader (convert it to abstract interface) 12 years ago
Vladislav Vinogradov e9a74c17f8 refactored VideoWriter class (convert it to abstract interface) 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 1b00a3ed54 gpucodec module for video decoding/encoding 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vladislav Vinogradov b7e6b5af1b fixed tests (call resetDevice, if there was a gpu failure) 12 years ago
Vladislav Vinogradov 2f1ca1b6b3 fixed build for CARMA: 12 years ago
vlad 11293d071f Revert "disabled video decoding under linux" 12 years ago
Vladislav Vinogradov 1a76242d99 added GPU_TEST_P macros 12 years ago
Vladislav Vinogradov 4ba33fa1ed Revert "call resetDevice if gpu test fails" 12 years ago
Vladislav Vinogradov 41c9377db0 fixed warnings under windows 12 years ago
Vladislav Vinogradov ab25fe9e37 call resetDevice if gpu test fails 12 years ago
Vladislav Vinogradov da017fbeb9 fast optical flow bm implementation 12 years ago
Vladislav Vinogradov 889674ef43 disabled video decoding under linux 12 years ago
Vladislav Vinogradov a6dc6f72b3 gpu::calcOpticalFlowBM 12 years ago
Vladislav Vinogradov 362655b02a fixed Bug #2581 12 years ago
Vladislav Vinogradov beb377b38c gpu implementation of Dual TV-L1 Optical Flow 12 years ago
Vladislav Vinogradov ec7f9566e0 minor gpu tests fix 12 years ago
Vladislav Vinogradov f7f1fb2bd7 added tests for VIBE_GPU and GMG_GPU 12 years ago
Andrey Kamaev afe11f69fb Fixed Windows build warnings and configuration problem. 13 years ago
Vladislav Vinogradov 59ce0a9f81 Merged revision(s) 8679 from trunk: 13 years ago
Andrey Kamaev d9c74f63e1 All tests writing temporary files are updated to use cv::tempfile() function 13 years ago
Vladislav Vinogradov acc031aaba added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction) 13 years ago
Vladislav Vinogradov f392ab0e08 new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster) 13 years ago
Vladislav Vinogradov bfb390e82a added gpu::FGDStatModel (Background/foreground segmentation) 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vladislav Vinogradov ca57239618 fixed some problems after r8280 (lost code) 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Marina Kolpakova 476c453ef6 fixed bug #1821 13 years ago
Vladislav Vinogradov f4b4665940 added VideoReader_GPU 13 years ago
Vladislav Vinogradov 2bfaf540a1 added VideoWriter_GPU 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev b756033206 Fixed several warnings on various platforms 13 years ago
Vladislav Vinogradov b2a6a257b7 minor modification of gpu video tests 13 years ago
Vladislav Vinogradov ade7394e77 refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective) 13 years ago
Vladislav Vinogradov ec5bdc7de8 added patch error calculation to gpu::PyrLKOpticalFlow 13 years ago
Alexey Spizhevoy e428a0c681 Fixed a compile-time error 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vladislav Vinogradov a10fed8fd1 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 13 years ago
Vladislav Vinogradov 75ac4362ca removed ASSERT_NO_THROW 13 years ago
Vladislav Vinogradov af59a75ffc fixed bug with submatrix in some gpu functions 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 13 years ago
Vladislav Vinogradov 938b1b67d1 fixed optical flow test for devices with cc >= 2.0 13 years ago