1. 28 Apr, 2018 1 commit
  2. 02 Feb, 2018 1 commit
  3. 14 Dec, 2017 1 commit
  4. 02 Jun, 2017 1 commit
  5. 16 Dec, 2016 1 commit
  6. 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
  7. 08 Sep, 2015 1 commit
  8. 25 Jun, 2015 1 commit
    • sbokov's avatar
      Adding confidence support and optimizing disparity filtering · 7c421ba2
      sbokov authored
      DisparityWLSFilter demonstrated the best results, so I removed all the other
      filters. Quality was significantly improved by adding confidence support
      to the filter (left-right consistency + penalty for areas near depth discontinuities).
      Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
      rewritten for better compliance with OpenCV standards. Added accuracy and
      performance tests. Documentation was added, as well as references to the
      original papers.
      7c421ba2
  9. 12 Aug, 2014 1 commit
  10. 11 Aug, 2014 1 commit
  11. 07 Aug, 2014 1 commit