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

Make ch3_panorama at least 8x as fast. #9

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

Commits on Jul 13, 2013

  1. Make warp.panorama() much faster.

    ch3_panorama now runs in less than 1 minute, instead of > 8min (after
    which I killed it). The output should be the same as before. Do this by
    doing the perspective image mapping using PIL instead of scipy.
    
    Also fix a FIXME about x and y being swapped (since this wasn't
    mentioned in the bug, this was pretty confusing to me), since that's no
    longer necessary.
    nico committed Jul 13, 2013
    Configuration menu
    Copy the full SHA
    b74b0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f4388 View commit details
    Browse the repository at this point in the history