mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a0c2461170
It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. Notable algorithms: - watershed. - thresholding. - convex points calculations. - hit & miss. thinning. - Zernike & Haralick features. - freeimage based numpy image loading (requires freeimage libraries to be installed). - Release the GIL in morphological functions - Convolution WWW: http://packages.python.org/mahotas/ PR: ports/153183 Submitted by: Pedro Garcia Freitas <sawp@sawp.com.br>
17 lines
478 B
Plaintext
17 lines
478 B
Plaintext
Mahotas is an Image Processing Library for Python.
|
|
It includes a couple of algorithms implemented in C++ for speed while
|
|
operating in numpy arrays.
|
|
|
|
Notable algorithms:
|
|
- watershed.
|
|
- thresholding.
|
|
- convex points calculations.
|
|
- hit & miss. thinning.
|
|
- Zernike & Haralick features.
|
|
- freeimage based numpy image loading (requires freeimage libraries
|
|
to be installed).
|
|
- Release the GIL in morphological functions
|
|
- Convolution
|
|
|
|
WWW: http://packages.python.org/mahotas/
|