271 Commits (7b806f60081e7fe93e62544c633ad714c9c4fa7d)

Author SHA1 Message Date
Vladislav Vinogradov d85ef03a42 added background subtraction sample for gpu module 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 e7f6c4b7ef scan operations are moved in separate header 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
Vladislav Vinogradov 2e2bd55729 new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster) 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Marina Kolpakova f2c30cd90d resize area for big downscaling integration 13 years ago
Vladislav Vinogradov bfb390e82a added gpu::FGDStatModel (Background/foreground segmentation) 13 years ago
Vladislav Vinogradov df1ca974ca made GPU Feature Extractor download/convertKeypoints() methods static (Feature #2007) 13 years ago
Andrey Kamaev 40e8d08e8d Added check for trailing semicolon to rst parser; fixed few documentation build warnings 13 years ago
Andrey Kamaev 05de6302fd Fixed documentation: corrected parameter names 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Andrey Kamaev 71625ad458 Fixed more documentation & source discrepancies 13 years ago
Vladislav Vinogradov 9df6e51a5b added gpu::compare with scalars (Feature #1754) 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vladislav Vinogradov 76dc827648 added BruteForceMatcher_GPU (for legacy) 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 24be840c44 Added GPU version of wobble suppressor (videostab) 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 70909738f4 added support of different surface formats to VideoWriter_GPU 13 years ago
Vladislav Vinogradov 2bfaf540a1 added VideoWriter_GPU 13 years ago
Vladislav Vinogradov 2659453694 merged revisions r7808 from 2.4 branch 13 years ago
Vladislav Vinogradov 489a1da0ed fixeg gpu::Laplacian 13 years ago
Vladislav Vinogradov 82d619a34d fixed gpu::filter2D 13 years ago
Anatoly Baksheev a22641aa9c fixed bug #1367 in CSBP 13 years ago
Vladislav Vinogradov 8e3f1c09d2 added support of 3-channels output to gpu::reprojectImageTo3D 13 years ago
Alexey Spizhevoy c776bff95b #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. 13 years ago
Alexander Mordvintsev d304a55e1e gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all? 13 years ago
Vladislav Vinogradov eaea6782d5 added more assertion on device features to gpu functions and tests 13 years ago
Vladislav Vinogradov 089a835c0a fixed octave computation in SURF_GPU 13 years ago
Vladislav Vinogradov 059cef57e6 fixed gpu::filter2D border interpolation for CV_32FC1 type 13 years ago
Vladislav Vinogradov 844bdea5ac fixed several bugs in gpu arithm functions 13 years ago
Vladislav Vinogradov 6397fa5b38 fixed gpu::pyrUp (now it matches cpu analog) 13 years ago
Vladislav Vinogradov 85c904a4ba fixed build in gpu module (SURF and ORB) 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 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
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Alexey Spizhevoy 8f215af048 Minor fix -- renamed a variable 13 years ago
Alexey Spizhevoy b0d457cdb0 Minor refactoring 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vladislav Vinogradov f7fd7929e1 added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow 13 years ago
Anatoly Baksheev 87bbcccea5 fixed orb bug commited by mistake 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Vladislav Vinogradov a10fed8fd1 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 13 years ago