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

(WIP) Lucas-Kanade registration #100

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2015

  1. initial LK code from PR 100

    poolio committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    e593dfa View commit details
    Browse the repository at this point in the history
  2. add missing utils

    poolio committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    a077caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fab8888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770ad25 View commit details
    Browse the repository at this point in the history
  5. remove cruft

    poolio committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    1b67032 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Configuration menu
    Copy the full SHA
    9eb4c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7085a27 View commit details
    Browse the repository at this point in the history
  3. fix argument passing

    poolio committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    5d6cb1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2f55f3 View commit details
    Browse the repository at this point in the history
  5. cleanup

    poolio committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    fee0a7e View commit details
    Browse the repository at this point in the history
  6. convert _grid to a dictionary

    poolio committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    39bf3a1 View commit details
    Browse the repository at this point in the history
  7. better _grid comment

    poolio committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    89462ab View commit details
    Browse the repository at this point in the history