- 19 Aug, 2014 1 commit
-
-
Ernest Galbrun authored
-
- 18 Aug, 2014 1 commit
-
-
Ernest Galbrun authored
changed tests for tvl1 optflow correction of a bug preventing compilation with cuda (fmin changed to fminf)
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 08 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
ECC patch by the author (G. Evangelidis); fixed some OCL Farneback optical flow test failures on Mac
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jul, 2014 6 commits
-
-
vbystricky authored
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
Ernest Galbrun authored
replaces tabs with spaces
-
- 04 Jul, 2014 3 commits
-
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
- 02 Jul, 2014 2 commits
-
-
Ernest Galbrun authored
-
Ernest Galbrun authored
-
- 27 Jun, 2014 1 commit
-
-
Ernest Galbrun authored
-
- 30 May, 2014 1 commit
-
-
krodyush authored
-
- 28 May, 2014 1 commit
-
-
krodyush authored
-
- 14 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 25 Apr, 2014 1 commit
-
-
vbystricky authored
-
- 18 Apr, 2014 1 commit
-
-
Ernest Galbrun authored
-
- 16 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 14 Apr, 2014 2 commits
-
-
Aaron Kunze authored
-
krodyush authored
-
- 09 Apr, 2014 2 commits
-
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
- 08 Apr, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Vadim Pisarevsky authored
fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions
-
Firat Kalaycilar authored
changed the way the mean value for each pixel is assigned in the output image.
-
- 07 Apr, 2014 1 commit
-
-
krodyush authored
-
- 28 Mar, 2014 1 commit
-
-
unknown authored
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
-
- 21 Mar, 2014 1 commit
-
-
Firat Kalaycilar authored
modified BackgroundSubtractorMOG2::getBackgroundImage so that it can now work with gray-level images.
-
- 20 Mar, 2014 1 commit
-
-
mlyashko authored
-
- 19 Mar, 2014 2 commits
-
-
krodyush authored
1. decrease branch number in CL code by replacing them into weights 2. decrease local mem pressure in reduce operation by using private variables 3. decrease image sampler pressure by caching data into local memory 4. remove unnecessary sync point on the HOST side.
-
Ilya Lavrenov authored
-
- 17 Mar, 2014 1 commit
-
-
vbystricky authored
-