- 25 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 23 Aug, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 09 Aug, 2018 1 commit
-
-
trobro authored
-
- 13 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 May, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 28 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 08 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 14 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 04 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 25 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Jul, 2017 2 commits
-
-
Vladislav Samsonov authored
-
Vladislav Samsonov authored
-
- 14 Jun, 2017 1 commit
-
-
Diego authored
The while loop in member function buildPyramid in deepflow.cpp terminated as a result of the break statement and never as a result of the termination criteria because the "i" variable in the while loop was never incremented. Changed the while loop into a for loop Changed the while loop into a for loop in the member function buildPyramid in deepFlow.cpp removed trailing whitespace
-
- 02 Jun, 2017 1 commit
-
-
Yuriy Obukh authored
-
- 18 May, 2017 1 commit
-
-
LaurentBerger authored
-
- 24 Mar, 2017 1 commit
-
-
Li Peng authored
it takes a video file as input and shows colored optical flow. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 15 Mar, 2017 2 commits
-
-
Maksim Shabunin authored
- made some of dependencies explicit - removed dependencies to highgui and some other modules where possible - modified some samples to build without modules
-
Li Peng authored
This patch adds ocl kernels to accelerate Dense Inverse Search based optical flow algorithm, it acclerates 3 parts in the algorithm, including 1) Structure tensor elements compute, 2) Patch inverse search, 3) Densification compute. Perf and accuracy test are also added. The perf test shows it is 30% faster than the current implementation. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 28 Feb, 2017 1 commit
-
-
berak authored
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
optflow: fix test failure MSVS2013: - DenseOpticalFlow_GlobalPatchColliderDCT.ReferenceAccuracy - DenseOpticalFlow_GlobalPatchColliderWHT.ReferenceAccuracy
-
- 17 Oct, 2016 1 commit
-
-
Vladislav Samsonov authored
* Minor fixes * Start adding correspondence finding * Added finding of correspondences using GPC * New evaluation tool for GPC * Changed default parameters * Display ground truth in the evaluation tool * Added training tool for MPI Sintel dataset * Added the training tool for Middlebury dataset * Added some OpenCL optimization * Added explanatory notes * Minor improvements: time measurements + little ocl optimization * Added demos * Fixed warnings * Make parameter struct assignable * Fix warning * Proper command line argument usage * Prettified training tool, added parameters * Fixed VS warning * Fixed VS warning * Using of compressed forest.yml.gz files by default to save space * Added OpenCL flag to the evaluation tool * Updated documentation * Major speed and memory improvements: 1) Added new (optional) type of patch descriptors which are much faster. Retraining with option --descriptor-type=1 is required. 2) Got rid of hash table for descriptors, less memory usage. * Fixed various floating point errors related to precision. SIMD for dot product, forest traversing is a little bit faster now. * Tolerant floating point comparison * Triplets * Added comment * Choosing negative sample among nearest neighbors * Fix warning * Usage of parallel_for_() in critical places. Performance improvments. * Simulated annealing heuristic * Moved OpenCL kernel to separate file * Moved implementation to source file * Added basic accuracy tests for GPC and PCAFlow * Fixing warnings * Test accuracy constraints were too strict * Test accuracy constraints were too strict * Make tests more lightweight
-
- 13 Oct, 2016 1 commit
-
-
mshabunin authored
-
- 08 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 Sep, 2016 1 commit
-
-
berak authored
-
- 25 Aug, 2016 1 commit
-
-
Bleach authored
-
- 09 Aug, 2016 1 commit
-
-
sbokov authored
Added an option to pass an initial approximation of optical flow in DISOpticalFlow. Added a python sample that demonstrates the use of this feature for temporal propagation of flow vectors.
-
- 26 Jul, 2016 1 commit
-
-
Vladislav Samsonov authored
-
- 25 Jul, 2016 4 commits
-
-
Vladislav Samsonov authored
-
Vladislav Samsonov authored
-
Vladislav Samsonov authored
-
Vladislav Samsonov authored
-
- 24 Jul, 2016 1 commit
-
-
Vladislav Samsonov authored
-
- 15 Jul, 2016 1 commit
-
-
vbystricky authored
-
- 08 Jul, 2016 1 commit
-
-
Vladislav Samsonov authored
-