[Python-modules-commits] r16822 - in packages/mahotas/trunk/debian (control)
luispedro-guest at users.alioth.debian.org
luispedro-guest at users.alioth.debian.org
Fri Apr 29 16:57:27 UTC 2011
Date: Friday, April 29, 2011 @ 16:57:26
Author: luispedro-guest
Revision: 16822
ENH Version fixes and other improvements
Mostly suggestions from Stefano Rivera
Modified:
packages/mahotas/trunk/debian/control
Modified: packages/mahotas/trunk/debian/control
===================================================================
--- packages/mahotas/trunk/debian/control 2011-04-29 16:54:11 UTC (rev 16821)
+++ packages/mahotas/trunk/debian/control 2011-04-29 16:57:26 UTC (rev 16822)
@@ -3,35 +3,39 @@
Uploaders: Luis Pedro Coelho <luis at luispedro.org>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 7.0.50~),
python-all-dbg,
python-all-dev (>= 2.6.6),
python-nose,
python-numpy,
python-numpy-dbg,
- python-setuptools (>= 0.6b3),
- python-support (>= 0.90)
-Standards-Version: 3.9.1
-X-Python-Version: >= 2.5
+ python-scipy,
+ python-scipy-dbg,
+ python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5~
Homepage: http://luispedro.org/software/mahotas
Package: python-mahotas
Architecture: any
-Depends: libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: Mahotas: Python Computer Vision Library
+Depends: libfreeimage3,
+ python-numpy,
+ python-scipy,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: Mahotas is a Python computer vision library.
+ It includes many image processing algorithms which operate on numpy arrays.
.
- Includes many image processing algorithms which operate on numpy arrays.
- .
The package is implemented in C++ for efficiency so it the methods are very
- fast.
+ fast and operate on images of any type and dimension.
.
- Notable algorithms:
+ Notable included algorithms:
- watershed.
- convex points calculations.
- hit & miss. thinning.
- Zernike & Haralick, LBP, and TAS features.
- - freeimage based numpy image loading (requires freeimage libraries to be
- installed).
+ - freeimage based numpy image loading
- Speeded-Up Robust Features (SURF), a form of local features.
- thresholding.
- convolution.
@@ -41,26 +45,29 @@
Section: debug
Priority: extra
Architecture: any
-Depends: python-mahotas (= ${binary:Version}),
- libfreeimage3,
+Depends: libfreeimage3,
+ python-mahotas (= ${binary:Version}),
python-numpy-dbg,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: python-dbg
-Description: Mahotas: Python Computer Vision Library
+Description: Mahotas is a Python computer vision library.
+ It includes many image processing algorithms which operate on numpy arrays.
.
- This package is build for the debug Python intepreter and includes debug
- symbols.
+ The package is implemented in C++ for efficiency so it the methods are very
+ fast and operate on images of any type and dimension.
.
Notable algorithms:
- watershed.
- convex points calculations.
- hit & miss. thinning.
- Zernike & Haralick, LBP, and TAS features.
- - freeimage based numpy image loading (requires freeimage libraries to be
- installed).
+ - freeimage based numpy image loading
- Speeded-Up Robust Features (SURF), a form of local features.
- thresholding.
- convolution.
- Sobel edge detection.
+ .
+ This package is built for the Python debug compiler and includes debugging
+ symbols.
More information about the Python-modules-commits
mailing list