From 97c2a71f4b84800916ae01bcbc838f677e4f6ded Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 5 Apr 2011 18:09:19 +0200 Subject: [PATCH] DOC: Update tasks. --- TASKS.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TASKS.txt b/TASKS.txt index 75c20365..ee61c652 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -16,6 +16,11 @@ Tasks :doc:`gsoc2011` +Infrastructure +-------------- +- Implement a new backend system so that we may start including + PyOpenCL-based algorithms + Adapt existing code for use ``````````````````````````` These snippets and packages have already been written. Some need to be @@ -90,7 +95,9 @@ Rework linear filters io `` * Update ``qt_plugin.py`` and other plugins to view collections. -* Add medical / biological or GIS image format plugins. +* Rewrite GTK backend using GObject Introspection for Py3K compatibility. +* Add medical / biological and GIS image format plugins. +* Add DICOM plugin for `GDCM `__. docs ```` @@ -108,4 +115,5 @@ Implement Algorithms - Histograms of oriented gradients - Fast radon transform - Graph cut segmentation +- Probabilistic Hough transform