mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0845d39edf
- Fix whitespace in Makefile - Remove empty lines in pkg-plist While here: - Trim the header per new bylaws - Update COMMENT and port description
18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
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/
|