From 8e09617516028aa482cddd55ccc0277034e024e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Scho=CC=88nberger?= Date: Tue, 22 May 2012 23:30:37 +0200 Subject: [PATCH] add moments Cython extension to bento.info --- bento.info | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bento.info b/bento.info index 07809644..fe9cf164 100644 --- a/bento.info +++ b/bento.info @@ -4,10 +4,10 @@ Summary: Image processing routines for SciPy Url: http://scikits-image.org DownloadUrl: http://github.com/scikits-image/scikits-image Description: Image Processing SciKit - + Image processing algorithms for SciPy, including IO, morphology, filtering, warping, color manipulation, object detection, etc. - + Please refer to the online documentation at http://scikits-image.org/ Maintainer: Stefan van der Walt @@ -52,6 +52,9 @@ Library: Extension: skimage.measure._find_contours Sources: skimage/measure/_find_contours.pyx + Extension: skimage.measure._moments + Sources: + skimage/measure/_moments.pyx Extension: skimage.graph._mcp Sources: skimage/graph/_mcp.pyx