Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RIC method for sparse match interpolation #2367

Merged

Commits on Jul 9, 2019

  1. Merge pull request #2 from opencv/master

    Update master branch
    tsenst committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9ca3bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Merge pull request #3 from opencv/master

    Update master branch
    tsenst committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    a1f1f3b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. * add RIC

    tsenst committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d916f10 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. sparse_match_interpolators EdgeAwareInterpolation - enhance limitatio…

    …n of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
    senst committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    14ff3f4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_robust_interpolation_of_correspondence' into update…

    …_EdgeAwareInterpolator
    tsenst committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    c6c1fc7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from tsenst/update_EdgeAwareInterpolator

    sparse_match_interpolators EdgeAwareInterpolation - enhance limitatio…
    tsenst committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    4c64c17 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. * add RIC citation

    tsenst committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    5ae94f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_robust_interpolation_of_correspondence' of https://…

    …github.com/tsenst/opencv_contrib into add_robust_interpolation_of_correspondence
    tsenst committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e40f58a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Merge remote-tracking branch 'upstream/master'

    senst committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1576a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a69151 View commit details
    Browse the repository at this point in the history
  3. * update EdgeAwareInterpolatorImpl

    Tobias Senst committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    6a735a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. * add intermediate RIC implementation

    tsenst committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    90c3bfb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    fde566b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    3b2f624 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/upstream/master' into add_robus…

    …t_interpolation_of_correspondence
    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    589f7b2 View commit details
    Browse the repository at this point in the history
  3. * update CMakeLists.txt remove highgui

    * add test for RIC
    * add ASSERTION for curr image
    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    affa8d2 View commit details
    Browse the repository at this point in the history
  4. * add cost map interface

    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1f7c182 View commit details
    Browse the repository at this point in the history
  5. * fix internal cost map allocation bug

    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2364f49 View commit details
    Browse the repository at this point in the history
  6. * remove white spaces

    * fix warnings
    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    63a462f View commit details
    Browse the repository at this point in the history
  7. * remove white spaces

    * fix warnings
    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1efbf7a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add_robust_interpolation_of_correspondence' of https://…

    …github.com/tsenst/opencv_contrib into add_robust_interpolation_of_correspondence
    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    834408d View commit details
    Browse the repository at this point in the history
  9. *fix compiler warnings

    tsenst committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1254687 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. * remove double whitespaces

    * underscore from parameters
    * substitute parallel_for_() classes with lambda functions
    * remove complex assertion statements
    * remove dead code
    * substitute swap function with std::swap()
    * ocv_define_module now contains video instead of tracking module
    tsenst committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    33bc431 View commit details
    Browse the repository at this point in the history
  2. * remove whitespace endings

    tsenst committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f7abbd8 View commit details
    Browse the repository at this point in the history
  3. * documentation update

    tsenst committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    49251ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bdce87 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. * unrole tracker.py

    *  remove double space
    * use static for inner functions
    * update create function
    * modify mem init. to avoid manual memory management
    tsenst committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    c6d2317 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. * uncomment parallel_for_ for parallelization

    tsenst committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    f864dea View commit details
    Browse the repository at this point in the history
  2. * unrole unwanted changes

    * uncomment paralellization
    tsenst committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e2318e1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add_robust_interpolation_of_correspondence' of https://…

    …github.com/tsenst/opencv_contrib into add_robust_interpolation_of_correspondence
    tsenst committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    a212e2b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. * remove empty comment

    * change CHECK to CHK_GD
    * remove not necessary ;
    tsenst committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    c9d01ac View commit details
    Browse the repository at this point in the history
  2. *documentation remove double space

    tsenst committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    aef6020 View commit details
    Browse the repository at this point in the history