DOC: Update tasks.

This commit is contained in:
Stefan van der Walt
2012-07-20 12:56:06 -04:00
parent 576c6b59fa
commit ce489a055f
+10 -3
View File
@@ -5,7 +5,8 @@ SciPy 2012 Sprint
=================
Welcome! Stefan van der Walt and Tony Yu are organizing a coding sprint for
scikits-image at SciPy 2012. Anyone who's interested can join the party on July 20th starting at 9 AM (location to be determined).
scikits-image at SciPy 2012. Anyone who's interested can join the party on July
20th starting at 9 AM (location to be determined).
We have a list of tasks for all levels of programmers, but we'd be really
interested in new ideas as well.
@@ -38,7 +39,11 @@ Features
* Lab color space conversion
* Add slicing to ImageCollection object
* Add imread_collection to all imread backends
* Add an htmlrepr to the Image object, and return Image objects from all I/O routines? (allows automatic display of images in IPython notebook)
* Resurrect the `Image object <http://bit.ly/skimage_image_cls>`__ and add
EXIF and TIFF tags.
- Add IPython display protocol.
- Add an htmlrepr to the Image object. Should we return image objects from
all I/O routines?
* Add @greyimage decorator to check if input is a greyscale image
Intermediate
@@ -48,7 +53,9 @@ These tasks may require some understanding of image processing algorithms or
scikits-image internals.
* Add binary features (BRIEF, BRISK, FREAK)
* Blurring kernel estimation
* Add `STAR features <http://pr.willowgarage.com/wiki/Star_Detector>`__
* Using the visualization tools, add an FFT-domain image editor
* `Blurring kernel estimation <http://bit.ly/Nril3u>`__
* Better video loading (move to plugin framework, add backends)