
Hello, May one or two examples of Image Registration could be a good idea ? Le jeudi 9 août 2012 07:31:58 UTC+2, Stefan van der Walt a écrit :
Hi, everyone
We'll be sprinting at EuroSciPy, and would like to solicit ideas. Currently, the sprint description reads as follows. I'd love to hear other suggestions!
"""
scikits-image is a collection of algorithms for image processing. See http://skimage.org for more detail.
Ideas for the sprint:
- Add text, anti-aliasing to the draw module - Integrate Tony's visualization tools - Add binary features (BRIEF, BRISK, FREAK) - Update the user guide - Better video loading - Hough transform parameter space explorer
Outstanding challenges:
- Blurring kernel estimation: http://bit.ly/Nril3u - http://stackoverflow.com/questions/10196198/how-to-remove-convexity-defects-...
And write up this one as an example:
- http://stackoverflow.com/questions/8686926/python-image-processing-help-need... """
Regards Stéfan

Hi Jeff On Thu, Aug 9, 2012 at 10:46 PM, jeff witz <witzjean@gmail.com> wrote:
May one or two examples of Image Registration could be a good idea ?
We don't currently have any image registration implemented. With the new geometric transforms merged, we can easily do feature based registration, but dense registration is not covered. I am very interested in having this capability in skimage, and there has been some work along those lines with Nathan Faggian in https://github.com/pyimreg/imreg If we can find a volunteer to do the work, I'd gladly help to guide the effort. Stéfan
participants (2)
-
jeff witz
-
Stéfan van der Walt