1. 22 Aug, 2016 1 commit
    • sbokov's avatar
      A unified interface for white balance algorithms · 75dedf9e
      sbokov authored
      Fixed some inconsistencies in interfaces of different white balance algorithms and improved
      the documentation a bit. Also added an option of loading a model during runtime in the
      learning-based white balance algorithm. Added a simple tutorial describing how to train a
      white balance model.
      75dedf9e
  2. 02 Aug, 2016 1 commit
    • Alexander Bokov's avatar
      Auto color balance improvements · 5fbc7daf
      Alexander Bokov authored
      Implemented a learning-based color balance algorithm, which typically provides
      noticeably better quality than grayworld, while being several times slower.
      Added a python script for training this algorithm, as well as the benchmarking script
      for objective quality evaluation.
      
      Also made some modifications to the grayworld algorithm implementation, including the
      16 bit image support and overall acceleration by about 1.7 times (for 8 bit images).
      5fbc7daf
  3. 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
  4. 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
  5. 20 May, 2016 2 commits
  6. 17 May, 2016 1 commit
  7. 16 May, 2016 2 commits
  8. 10 May, 2016 1 commit
  9. 04 May, 2016 2 commits
  10. 03 May, 2016 2 commits
  11. 01 May, 2016 1 commit
  12. 22 Apr, 2016 1 commit
  13. 19 Apr, 2016 1 commit
  14. 18 Apr, 2016 1 commit
  15. 07 Apr, 2016 3 commits
  16. 06 Apr, 2016 3 commits
  17. 04 Apr, 2016 2 commits
  18. 02 Apr, 2016 1 commit
  19. 01 Apr, 2016 1 commit
  20. 31 Mar, 2016 1 commit
  21. 30 Mar, 2016 11 commits