1. 05 Aug, 2019 1 commit
    • Tobias Senst's avatar
      Merge pull request #2209 from tsenst:update_EdgeAwareInterpolator · 4c2ef476
      Tobias Senst authored
      Enhance EdgeAwareInterpolation no. matches limitation (#2209)
      
      * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
      
      * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
      
      * fix wrong allocation of labels mats CV16S to CV_32S
      4c2ef476
  2. 31 May, 2018 1 commit
  3. 28 Mar, 2018 1 commit
  4. 16 Dec, 2016 1 commit
  5. 15 Dec, 2015 1 commit
  6. 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