pyimreg / python-register

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

Image pyramids #26

Open nfaggian opened 12 years ago

nfaggian commented 12 years ago

We should be able to introduce, with ease, a multi-resolution solver as a wrapper over the existing register.py script.

It might make sense to:

1) add downsample and upsample functions to the registration data.

2) implement an example solver

While I do this I will also:

1) clean up the examples that we have - consolidating them.

2) Investigate using pyqt as a better debugging tool for registrations. I am thinking a custom GUI that lets you inspect each step.

nfaggian commented 12 years ago

Branch made - "ticket_0026"

nfaggian commented 12 years ago

Accidentally closed ;)

stefanv commented 12 years ago

What would you need in a qt viewer? We've got one in scikits.image that could be adapted or improved.

riaanvddool commented 12 years ago

Would be great if the pyramid mechanism would allow factor<1 as well to oversample in addition to the downsampling.

nfaggian commented 12 years ago

Going to look at making an example for the non-linear solver then perhaps will put up a pull request - this adds PyQt to the dependency list for the "searchInspector"....