From ce489a055f9ed3d3c6a1942db870732940b893e6 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 20 Jul 2012 12:56:06 -0400 Subject: [PATCH] DOC: Update tasks. --- TASKS.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index 03bb444e..a20cbddb 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -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 `__ 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 `__ +* Using the visualization tools, add an FFT-domain image editor +* `Blurring kernel estimation `__ * Better video loading (move to plugin framework, add backends)