From 0d7957830d6fd4e32b11cf824956f86ee923cb6d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 26 Feb 2012 20:51:48 -0800 Subject: [PATCH] DOC: Add image colorization to tasks. --- TASKS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TASKS.txt b/TASKS.txt index 153a7098..24cb31eb 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -34,6 +34,7 @@ Tasks Implement Algorithms ```````````````````` - Graph cut segmentation +- `Image colorization `__ - Fast 2D convex hull (consider using CellProfiler version) `Algorithm overview `__. `One free implementation