added dual tvl1 optical flow gpu implementation
[profile/ivi/opencv.git] / modules / gpu / include / opencv2 / gpu / gpu.hpp
2013-02-13 Vladislav Vinogradovadded dual tvl1 optical flow gpu implementation
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-16 marina.kolpakovaFix binary compatibility of opencv_gpu
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-08 Anatoly Baksheevfast nlm (class version)
2012-10-08 Anatoly Baksheevfast_nlm initial version
2012-09-20 Vladislav Vinogradovchanged the type of the arguments to const reference...
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-29 noobMerge branch 'master' of git://code.opencv.org/opencv
2012-08-29 Anatoly Baksheevadded GPU bilateral filter + tests
2012-08-23 Andrey KamaevMerge branch 'norm_Matx' of git://github.com/vrabaud...
2012-08-23 Vladislav Vinogradovgpu version of HoughCircles
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Vladislav Vinogradovgpu::HoughLines : minor code improvements
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Vladislav Vinogradovfixed typo
2012-08-15 Vladislav VinogradovMerge branch 'hough-lines-gpu'
2012-08-14 Vladislav Vinogradovnew optimized version
2012-08-13 Vladislav Vinogradovfirst naive version
2012-08-09 Philipp WagnerMerge branch 'master' of git://code.opencv.org/opencv
2012-08-09 Vladislav VinogradovMerge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
2012-08-09 Vladislav VinogradovMerge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged
2012-08-09 Vladislav Vinogradovadded updateBackgroundModel parameter
2012-08-09 Vladislav Vinogradovadded docs for GMG_GPU
2012-08-09 Vladislav Vinogradovadded release method to GMG_GPU
2012-08-09 Vladislav Vinogradovgpu version of GMG Background Subtractor
2012-08-08 marina.kolpakovareserved flags parameter for future usage
2012-08-07 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-07 marina.kolpakovaadded connectivityMask calculation function
2012-08-07 marina.kolpakovaC.C. Labeling: added stream support
2012-08-07 marina.kolpakovaconnected components labeling
2012-08-03 nikoMerge branch 'master' of git://code.opencv.org/opencv
2012-07-31 Vladislav Vinogradovadded gpu BGR<->Lab and RGB<->Luv color conversion...
2012-07-25 marina.kolpakovaintegrated patch: HOG confidence calculation. Thanks...
2012-07-24 marina.kolpakovaLBP features integrated in CascadeClassifier_GPU
2012-07-24 marina.kolpakovaLBP: switched to PImpl pattern
2012-07-17 Marina KolpakovaLBP: multiscale approach; refactored atomics usage
2012-07-14 Marina Kolpakovafixed build after r9027
2012-07-13 Anatoly Baksheeva bit refactoring in LBP face detection on GPU
2012-07-10 Marina KolpakovaLBP: switched to texture implementation
2012-07-04 Marina Kolpakovaremoved unnecessary memory allocation in LBP classifier
2012-07-04 Marina Kolpakovaremoved unused class filds
2012-07-02 Marina KolpakovaLBP classifier was refactored, added parameter for...
2012-07-02 Marina Kolpakovagpu classifier default values became same as to cpu...
2012-06-26 Marina KolpakovaLBP features: GPU representation
2012-06-26 Vladislav Vinogradovadded VIBE_GPU (background subtraction) to gpu module
2012-06-25 Marina KolpakovaLBP: implemented first version of device side part
2012-06-25 Marina KolpakovaLBP: implemented image data preparing
2012-06-25 Marina Kolpakovaadded lbp related CUDA files
2012-06-25 Marina KolpakovaLBP classifier represintation in GPU memory
2012-06-25 Vladislav Vinogradovadded background subtraction sample for gpu module
2012-06-25 Vladislav Vinogradovadded MOG_GPU and MOG2_GPU (Gaussian Mixture background...
2012-06-25 Marina Kolpakovaadded test for GPU LBP cascade: load cascade
2012-06-22 Marina Kolpakovainitial support of GPU LBP classifier: added new style...
2012-06-20 Marina Kolpakovascan operations are moved in separate header
2012-06-18 Marina Kolpakovaresize function signature refactoring
2012-06-18 Vladislav Vinogradovnew implementation of gpu::PyrLKOpticalFlow::sparse...
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-15 Vladislav Vinogradovnew implementation of gpu::PyrLKOpticalFlow::dense...
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-06-09 Marina Kolpakovaresize area for big downscaling integration
2012-06-05 Vladislav Vinogradovadded gpu::FGDStatModel (Background/foreground segmenta...
2012-06-05 Vladislav Vinogradovmade GPU Feature Extractor download/convertKeypoints...
2012-05-30 Andrey KamaevMerged the trunk r8467:8507 (inclusive) (big bunch...
2012-05-29 Andrey KamaevAdded check for trailing semicolon to rst parser; fixed...
2012-05-29 Andrey KamaevFixed documentation: corrected parameter names
2012-05-28 Andrey KamaevMore fixes for documentation.
2012-05-28 Andrey KamaevFixed more documentation & source discrepancies
2012-05-12 Vladislav Vinogradovadded gpu::compare with scalars (Feature #1754)
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-28 Alexey SpizhevoyFixed bug #1759
2012-04-28 Vladislav Vinogradovadded BruteForceMatcher_GPU (for legacy)
2012-04-24 Vladislav Vinogradovrefactored gpu BruteForceMather (made it similar to...
2012-04-23 Vladislav Vinogradovfixed several warnings (VS2010, Win64)
2012-04-23 Alexey SpizhevoyAdded GPU version of wobble suppressor (videostab)
2012-04-18 Alexey SpizhevoyAdded GPU version of PyrLK based global motion estimato...
2012-04-18 Vladislav Vinogradovadded VideoReader_GPU
2012-04-17 Vladislav Vinogradovadded support of different surface formats to VideoWrit...
2012-04-17 Vladislav Vinogradovadded VideoWriter_GPU
2012-04-03 Vladislav Vinogradovmerged revisions r7808 from 2.4 branch
2012-04-03 Vladislav Vinogradovupdated gpu docs
2012-04-02 Vladislav Vinogradovfixed gpu::Laplacian
2012-04-02 Vladislav Vinogradovfixeg gpu::Laplacian
2012-04-01 Vladislav Vinogradovfixed gpu::filter2D
2012-03-31 Anatoly Baksheevfixed bug #1367 in CSBP
2012-03-28 Vladislav Vinogradovadded support of 3-channels output to gpu::reprojectIma...
2012-03-28 Alexey Spizhevoy#1713 Added the possibility of setting user_block_size...
2012-03-28 Alexander Mordvintsevgpu.hpp:filterSpeckles conflicts with calib3d.hpp ...
2012-03-27 Vladislav Vinogradovadded more assertion on device features to gpu function...
2012-03-26 Vladislav Vinogradovfixed octave computation in SURF_GPU
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
next