blob: beccad8e188325ff16988630db47e9e575b24742 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Mahotas is a computer vision and image processing library for Python. It
includes many algorithms implemented in C++ for speed while operating in
numpy arrays and with a very clean Python interface.
Notable algorithms:
- Watershed
- Convex points calculations
- Hit & miss thinning
- Zernike & Haralick, LBP, and TAS features
- Freeimage-based numpy image loading
- Speeded-Up Robust Features (SURF), a form of local features
- Thresholding
- Convolution
- Sobel edge detection
WWW: http://packages.python.org/mahotas/
|