From 14992c833009c9c1f45a73b65b95cdb492092019 Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Tue, 23 Apr 2013 14:19:09 -0700 Subject: [PATCH] DOC: "gabors from lena" isn't under construction --- doc/examples/plot_gabors_from_lena.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/plot_gabors_from_lena.py b/doc/examples/plot_gabors_from_lena.py index 7d22f676..c9e4c7f5 100644 --- a/doc/examples/plot_gabors_from_lena.py +++ b/doc/examples/plot_gabors_from_lena.py @@ -3,8 +3,6 @@ Gabors / Primary Visual Cortex "Simple Cells" from Lena ======================================================= -(under construction) - How to build a (bio-plausible) "sparse" dictionary (or 'codebook', or 'filterbank') for e.g. image classification without any fancy math and with just standard python scientific libraries?