From a41163beb0bd63194f58a03faf5563ae8fe60365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 17 Oct 2012 16:45:25 +0200 Subject: [PATCH] Add Cython denoise source file to bento file --- bento.info | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bento.info b/bento.info index 50a2743a..55b3690d 100644 --- a/bento.info +++ b/bento.info @@ -64,7 +64,10 @@ Library: Extension: skimage.filter._ctmf Sources: skimage/filter/_ctmf.pyx - Extension: skimage.morphology.ccomp + Extension: skimage.filter._denoise + Sources: + skimage/filter/_ctmf.pyx + Extension: skimage.morphology.denoise Sources: skimage/morphology/ccomp.pyx Extension: skimage.morphology._watershed