[Python-modules-commits] r16406 - in packages/mahotas/trunk/debian (control)
luispedro-guest at users.alioth.debian.org
luispedro-guest at users.alioth.debian.org
Wed Apr 6 18:57:22 UTC 2011
Date: Wednesday, April 6, 2011 @ 18:57:10
Author: luispedro-guest
Revision: 16406
-doc & -dbg packages. nose is a build dependency
Modified:
packages/mahotas/trunk/debian/control
Modified: packages/mahotas/trunk/debian/control
===================================================================
--- packages/mahotas/trunk/debian/control 2011-04-06 18:04:41 UTC (rev 16405)
+++ packages/mahotas/trunk/debian/control 2011-04-06 18:57:10 UTC (rev 16406)
@@ -4,7 +4,8 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 7),
- python-all-dev,
+ python-all-dev (>= 2.6.6),
+ python-nose,
python-numpy,
python-setuptools (>= 0.6b3)
Standards-Version: 3.9.1
@@ -13,14 +14,45 @@
Package: python-mahotas
Architecture: any
Depends: libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: Mahotas: Python Image Processing Library
+Description: Mahotas: Python Computer Vision Library
.
+ Includes many image processing algorithms which operate on numpy arrays.
.
- Computer Vision Library for Python.
+ The package is implemented in C++ for efficiency so it the methods are very
+ fast.
.
- This computer vision library for Python includes many image processing
- algorithms.
+ 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).
+ - Speeded-Up Robust Features (SURF), a form of local features.
+ - thresholding.
+ - convolution.
+ - Sobel edge detection.
+
+Package: python-mahotas-doc
+Architecture: any
+Section: doc
+Priority: extra
+Depends: libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Mahotas: Python Computer Vision Library Documentation
.
+ Documentation for the python-mahotas package
+
+
+Package: python-mahotas-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: python-dbg, libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Mahotas: Python Computer Vision Library
+ .
+ This package is build for the debug Python intepreter and includes debug
+ symbols.
+ .
Notable algorithms:
- watershed.
- convex points calculations.
@@ -32,3 +64,5 @@
- thresholding.
- convolution.
- Sobel edge detection.
+
+
More information about the Python-modules-commits
mailing list