freebsd-ports/graphics/mahotas/pkg-descr
Alexey Dokuchaev 0845d39edf Cleanup after r308514 by beech@:
- Fix whitespace in Makefile
- Remove empty lines in pkg-plist

While here:
- Trim the header per new bylaws
- Update COMMENT and port description
2012-12-16 15:33:02 +00:00

17 lines
541 B
Text

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/