pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Correctly estimate model parameters from warp fields #8

Closed nfaggian closed 12 years ago

nfaggian commented 13 years ago

Another really important thing to get right is the initialization of the registration.

In many cases it is common to do a linear followed by a non-linear registration - so:

There needs to be "estimate" methods on all deformation models - so that a model can infer its parameters from a warp field.

nfaggian commented 12 years ago

This is related to ticket_26, it is handled by the estimate method on the CubicSpline class.