150 Commits (d85ef03a42b80bd1311e3da1fa3f395f0a3f4c3c)

Author SHA1 Message Date
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
Marina Kolpakova 5f6bbcc89a added test for GPU LBP cascade: load cascade 13 years ago
Marina Kolpakova 1365e28a54 initial support of GPU LBP classifier: added new style xml format loading 13 years ago
Marina Kolpakova b065c7a296 fixes for the newly added gcc warning keys 13 years ago
Marina Kolpakova e7f6c4b7ef scan operations are moved in separate header 13 years ago
Marina Kolpakova db08656a38 resize area are fixed for scales that aren't divide 128 13 years ago
Marina Kolpakova f7c1d16b38 resize area with block scan 13 years ago
Marina Kolpakova 81c6adb959 resize area with block scan 13 years ago
Marina Kolpakova 9a9f212db0 resize function signature refactoring 13 years ago
Vladislav Vinogradov f392ab0e08 new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster) 13 years ago
Marina Kolpakova f33d90220d fixed "shadow" warnings in NVIDIA tests 13 years ago
Marina Kolpakova 8c6dc17a9f scan based area interpolation for naive cases 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Marina Kolpakova f6b451c607 fixed another piece of warnings 13 years ago
Marina Kolpakova e86f0aaea1 fixed hundreds of "anonymous" warnings for gpu module. 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Marina Kolpakova 83390ea4e1 performance test for INTER_AREA resize has been added. 13 years ago
Marina Kolpakova d192117e86 GPU resize with INTER_AREA 13 years ago
Vladislav Vinogradov bfb390e82a added gpu::FGDStatModel (Background/foreground segmentation) 13 years ago
Vladislav Vinogradov 6f32fb025d Bug #1991 : fixed gpu interpolation (remap, resize, warp...) 13 years ago
Vladislav Vinogradov 67b718f1cb fixed some bugs in gpu module under Windows: 13 years ago
Vladislav Vinogradov 2582464e51 fixed several problems with CUDA 5.0 13 years ago
Vladislav Vinogradov f07250acf3 updated gpu performance tests 13 years ago
Anatoly Baksheev 671233cd46 gpu: added Cascade and mulAndScaleSpectrums perf tests 13 years ago
Vladislav Vinogradov 9df6e51a5b added gpu::compare with scalars (Feature #1754) 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
Vladislav Vinogradov 70f8b8b5ec fixed GPU_NVidia/NCV.Visualization test 13 years ago
Vladislav Vinogradov 6e830cf8f8 added additional tests to gpu::BFMatcher 13 years ago
Vladislav Vinogradov 44eaeee865 refactored gpu BruteForceMather (made it similar to BFMatcher) 13 years ago
Vladislav Vinogradov f65d841d6f fixed several warnings (VS2010, Win64) 13 years ago
Alexey Spizhevoy 1569c1ed52 Added GPU version of PyrLK based global motion estimator (videostab) 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
Vladislav Vinogradov 489a1da0ed fixeg gpu::Laplacian 13 years ago
Vladislav Vinogradov 82d619a34d fixed gpu::filter2D 13 years ago
Anatoly Baksheev e1fd68b21e fixed #1257 ( HaarCascadeApplication GPU test crash ) 13 years ago
Anatoly Baksheev a22641aa9c fixed bug #1367 in CSBP 13 years ago
Vladislav Vinogradov 5aae21c037 fixed bug #1640 13 years ago
Vladislav Vinogradov 8e3f1c09d2 added support of 3-channels output to gpu::reprojectImageTo3D 13 years ago
Vladislav Vinogradov d1423adbc7 moved gpu cvtColor tests to separate file 13 years ago
Vladislav Vinogradov b2a6a257b7 minor modification of gpu video tests 13 years ago
Vladislav Vinogradov eaea6782d5 added more assertion on device features to gpu functions and tests 13 years ago
Vladislav Vinogradov bd13e9479b added assertion on device features (global atomics) into gpu tests 13 years ago
Vladislav Vinogradov 089a835c0a fixed octave computation in SURF_GPU 13 years ago
Vladislav Vinogradov 26691e00d4 fixed gpu core tests (added additional check for device's feature support) 13 years ago
Vladislav Vinogradov 9034a2d6d7 fixed gpu arithm functions (mismatch with cpu version) 13 years ago
Alexey Spizhevoy 5434a9a5ec Fixed gpu::matchTemplate for correct handling of big templates. Added tests 13 years ago