DOC: Add image colorization to tasks.

This commit is contained in:
Stefan van der Walt
2012-02-26 20:51:48 -08:00
parent b5538297f1
commit 0d7957830d
+1
View File
@@ -34,6 +34,7 @@ Tasks
Implement Algorithms
````````````````````
- Graph cut segmentation
- `Image colorization <http://www.cs.huji.ac.il/~yweiss/Colorization/>`__
- Fast 2D convex hull (consider using CellProfiler version)
`Algorithm overview <http://www.tcs.fudan.edu.cn/rudolf/Courses/Algorithms/Alg_cs_07w/Webprojects/Zhaobo_hull/index.html#section26>`__.
`One free implementation