1. 08 Nov, 2018 1 commit
  2. 28 Mar, 2018 1 commit
  3. 14 Jun, 2017 1 commit
    • Diego's avatar
      Fixed loop in buildPyramid in deepflow.cpp · fbbda575
      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
      fbbda575
  4. 15 Mar, 2017 1 commit
    • 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
  5. 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
  6. 06 Sep, 2015 1 commit
  7. 17 Feb, 2015 1 commit
  8. 19 Aug, 2014 1 commit
  9. 18 Aug, 2014 2 commits