From 8db2b73c320a1d4df003505af15b47db0b1307e5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 28 Jan 2011 15:33:25 +0200 Subject: [PATCH] Update tasks. --- TASKS.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index d602c2df..0d27c21f 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -21,7 +21,6 @@ modified to work as part of the scikit, others may be lacking in documentation or tests. * Connected components - * `Hough transform `_ * `Grey-level co-occurrence matrices `_ * Marching squares * Nadav's bilateral filtering (first compare against CellProfile's code) @@ -88,9 +87,8 @@ Rework linear filters io `` -* Update ``ImageCollection`` to initialise either from list of files or from - list of images. For example, ``ic = ImageCollection([img1, img2])``. -* Update ``qt_plugin.py`` to view collections. +* Update ``qt_plugin.py`` and other plugins to view collections. +* Add medical / biological or GIS image format plugins. docs ```` @@ -99,8 +97,13 @@ docs - Introduction to I/O and image processing with examples -* Fix doctests +* Build docs outside source directory +* Integrate BiBTeX plugin into Sphinx build +* Create a kick-ass website Implement Algorithms ```````````````````` - Histograms of oriented gradients +- Fast radon transform +- Graph cut segmentation +