1. 26 Jul, 2016 1 commit
  2. 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
  3. 13 Jun, 2016 1 commit
  4. 12 Jun, 2016 2 commits
  5. 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
  6. 07 May, 2016 1 commit
  7. 18 Mar, 2016 1 commit
  8. 15 Sep, 2015 1 commit
    • sbokov's avatar
      Sparse-to-dense OF algorithm is added · 831523ce
      sbokov authored
      * Sparse match interpolator interface and EdgeAwareInterpolator were
      added to the ximgproc module
      * New optical flow algorithm, based on PyrLK sparse OF and sparse match
      interpolation, is added to the optflow module
      831523ce
  9. 18 Aug, 2014 2 commits
    • tpietruszka's avatar
      Added Deepflow to the testing app · 4ec320ef
      tpietruszka authored
      4ec320ef
    • tpietruszka's avatar
      Moved optflow interfaces and testing app. · 4738fc2e
      tpietruszka authored
      Algorithm::info()-related code disabled-after moving to opencv_contrib caused compilation errors
      
      Added usage examples
      
      Added documentation for optflow_io
      
      +bugfix: handling invalid algorithm choice
      
      + solving MSVC compilation errors; assuming that int and float are 4-bytes long - possibly needs fixing
      4738fc2e