- 18 May, 2017 1 commit
-
-
LaurentBerger authored
-
- 15 Mar, 2017 1 commit
-
-
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>
-
- 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.
-
- 15 Jul, 2016 1 commit
-
-
vbystricky authored
-
- 01 Jul, 2016 1 commit
-
-
Alexander Bokov authored
Added variational refinement as a separate class (based on implementation inside DeepFlow, but significantly accelerated, about 4-6 times faster), accelerated the main dense inverse search algorithm. Added several new features including patch mean normalization for increased robustness to illumination changes and spatial propagation, which often helps to recover from errors introduced by the coarse-to-fine scheme. Expanded the documentation, added new accuracy and perf tests. Refactored some of the already existing optical flow accuracy tests.
-
- 10 Jun, 2016 1 commit
-
-
Alexander Bokov authored
Basic interfaces and a partial implementation of the Dense Inverse Search (DIS) optical flow algorithm without variational refinement. Also added a python benchmarking script that can evaluate different optical flow algorithms on the MPI Sintel and Middlebury datasets and build overall comparative charts.
-