1. 24 Mar, 2017 1 commit
  2. 15 Mar, 2017 2 commits
    • Maksim Shabunin's avatar
      Reduced modules dependencies: · f8807f18
      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
      f8807f18
    • Li Peng's avatar
      OCL implementation of DIS optical flow · 7ed6f778
      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: 's avatarLi Peng <peng.li@intel.com>
      7ed6f778
  3. 28 Feb, 2017 1 commit
  4. 16 Dec, 2016 1 commit
  5. 21 Oct, 2016 1 commit
  6. 17 Oct, 2016 1 commit
    • Vladislav Samsonov's avatar
      [GSoC] Implementation of the Global Patch Collider and demo for PCAFlow (#752) · ac62d70f
      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
      ac62d70f
  7. 13 Oct, 2016 1 commit
  8. 08 Oct, 2016 1 commit
  9. 12 Sep, 2016 1 commit
  10. 25 Aug, 2016 1 commit
  11. 09 Aug, 2016 1 commit
    • sbokov's avatar
      Temporal propagation in DISOpticalFlow · 406d944e
      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.
      406d944e
  12. 26 Jul, 2016 1 commit
  13. 25 Jul, 2016 4 commits
  14. 24 Jul, 2016 1 commit
  15. 15 Jul, 2016 1 commit
  16. 08 Jul, 2016 2 commits
  17. 04 Jul, 2016 1 commit
    • Alexander Bokov's avatar
      DeepFlow acceleration · 659efc58
      Alexander Bokov authored
      Replaced internal variational refinement implementation inside DeepFlow
      with a new optimized one, which provides about the same quality while
      being 4-6 times faster.
      659efc58
  18. 01 Jul, 2016 1 commit
    • Alexander Bokov's avatar
      Complete DIS optical flow implementation · b96a5f59
      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.
      b96a5f59
  19. 22 Jun, 2016 1 commit
  20. 21 Jun, 2016 1 commit
  21. 20 Jun, 2016 1 commit
  22. 19 Jun, 2016 1 commit
  23. 13 Jun, 2016 2 commits
  24. 12 Jun, 2016 2 commits
  25. 10 Jun, 2016 1 commit
    • Alexander Bokov's avatar
      Partial DIS implementation and OF benchmark · d4c3765e
      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.
      d4c3765e
  26. 08 Jun, 2016 2 commits
  27. 21 May, 2016 1 commit
  28. 20 May, 2016 1 commit
  29. 15 May, 2016 1 commit
  30. 09 May, 2016 1 commit
  31. 07 May, 2016 2 commits