A Python library for bioimage analysis, containing functions for image processing and computer vision, with a focus on speed and usability.
Mahotas

- Python
- 生物工程, 生物信息学, 计算机视觉, 数据分析
- 生物工程, 生物学, 生物医学传感器, 基于功能的定价, 机器学习, 神经网络
特点
- Image filtering (Gaussian, median, etc.), morphological operations, watershed segmentation, feature computation (Haralick textures, SURF, Zernike moments), thresholding, image measurements, support for 2D and 3D images, written mostly in C++ for speed.
定价
- 免费
- Fast execution speed due to C++ backend, comprehensive set of bioimage analysis tools, clean Python interface, good documentation with examples.
- Smaller community compared to OpenCV or scikit-image, some advanced features might require specific image data types or formats.
最适合:
- Biologists, bioinformaticians, and image analysts working with microscopic and other biological images for quantitative analysis and feature extraction.