1. 14 Apr, 2014 1 commit
  2. 07 Mar, 2014 1 commit
  3. 06 Mar, 2014 1 commit
  4. 04 Mar, 2014 1 commit
  5. 20 Feb, 2014 1 commit
  6. 06 Jan, 2014 1 commit
  7. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  8. 05 Sep, 2013 1 commit
  9. 10 Apr, 2013 1 commit
  10. 08 Apr, 2013 1 commit
    • Stefan Walk's avatar
      Make rescaling flexible and add median filtering · 6062601c
      Stefan Walk authored
      Previously the pyramid was done with a rescaling factor of 2 (implied by the
      use of pyrDown). This often leads to inferior results compared to a scale step
      of e.g. 0.8 (a factor of 2 is obviously faster). This commit makes the scale
      step configurable and uses a resonable default value.
      
      The other change in this commit is that median filtering is added. This is not
      described in this paper but it is done in the author's implementation. (See
      e.g. "Secrets of optical flow estimation and their principles", Sun et al.,
      CVPR 2010) This serves as periodic outlier removal during optimization, leading
      to smoother flow fields while preserving motion edges. This includes splitting
      the optimization loop into two loops.
      6062601c
  11. 29 Mar, 2013 1 commit
  12. 25 Feb, 2013 1 commit
  13. 14 Feb, 2013 1 commit
  14. 13 Feb, 2013 1 commit
  15. 25 Oct, 2012 2 commits