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

Affine registration PR 3/3 #654

Merged
merged 47 commits into from Jul 26, 2015
Merged

Commits on Jul 16, 2015

  1. Configuration menu
    Copy the full SHA
    7470b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2deea09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e471ab1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    526f5c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c47f6c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b34cb7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4c576c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7de4d6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6829a7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    433c8be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ce08e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8622c73 View commit details
    Browse the repository at this point in the history
  13. BF: use joint PDF dimensions instead of joint gradient's. Eliminate s…

    …pacing argument from setup (extract from matrices)
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    d770db1 View commit details
    Browse the repository at this point in the history
  14. DOC: corrections and extensions to docstrings. RF: remove opt_tol arg…

    …ument from AffineRegistration.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    610d0b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    381c84e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c01b34 View commit details
    Browse the repository at this point in the history
  17. RF: use X_grid2world and X_world2grid naming convention. BF: remove t…

    …olerance parameter in tutorial
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    fa8081b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a6d3766 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a3bd5cf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    edab669 View commit details
    Browse the repository at this point in the history
  21. RF: use relative imports

    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    8ebd11d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b461a7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    16ec3d1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    beca449 View commit details
    Browse the repository at this point in the history
  25. BF: pass parameters in call to _update. DOC: require sequence, not ne…

    …cessarily list for level_iters.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    12a1b1d View commit details
    Browse the repository at this point in the history
  26. BF: update tutorial. RF: change string option from 'origins' to 'voxe…

    …l-origin'. RF: rename 'x0' to param0. DOC: correct/enhance docstrings.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    8aeef10 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c36239b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6f880a7 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    40f0649 View commit details
    Browse the repository at this point in the history
  30. RF: rename value_and_gradient to distance_and_gradient. Update the tu…

    …torial, show input images before alignment and use transform instead of warp
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    3577e02 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    11e3117 View commit details
    Browse the repository at this point in the history
  32. RF: extend vector_fields and mattes modules to support both float32 a…

    …nd float64 buffers. Use float64 always in imaffine.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    e4f00d2 View commit details
    Browse the repository at this point in the history
  33. RF: rename mattes module and its classes. Move the computation of MI …

    …to a separate specialized class.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4d2971a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3d43365 View commit details
    Browse the repository at this point in the history
  35. RF: return ValueError instead of returning flag for non-invertible tr…

    …ansform. BF: remove reference to old mattes module.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    033e13f View commit details
    Browse the repository at this point in the history
  36. RF: define gradient functions as def instead of cdef to make template…

    … specialization cleaner.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    66d8a86 View commit details
    Browse the repository at this point in the history
  37. RF: raise custom exception on singular affine. DOC: explain how affin…

    …e operates in world coordinates.
    omarocegueda committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    b51644e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    491868d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    26bccef View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ee2b0f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. RF: remove ParzenMutualInformation (and its tests) infavor of a simpl…

    …er MutualInformationMetric that 'has a' ParzenHistogram
    omarocegueda committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    3387773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576ba33 View commit details
    Browse the repository at this point in the history
  3. BF: evaluate image gradient and transform Jacobian at the right point…

    …s. TEST: make gradient tests stronger to catch this kind of errors.
    omarocegueda committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    18c5979 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c78ab View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Configuration menu
    Copy the full SHA
    bea7437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2bc33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741e3c0 View commit details
    Browse the repository at this point in the history