Metadata-Version: 2.4
Name: planktofeatures
Version: 0.2
Summary: A Python module for creating morphometric feature information for plankton data.
Author-email: Alex Baldwin <contact@alexbaldwin.dev>
License: LGPL-3.0
Project-URL: Homepage, https://github.com/NOC-OI/planktofeatures
Project-URL: Issues, https://github.com/NOC-OI/planktofeatures/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.13.3
Requires-Dist: pillow>=8.3.1
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: phasepack
Requires-Dist: pyfftw
Requires-Dist: scikit-learn
Dynamic: license-file

# planktofeatures
A Python library for calculating features of plankton images captured on the IFCB.

# Additional test dependencies
You will need libifcb to run the test script in addition to the other dependencies for planktofeatures.

# Acknowledgements
The WHOI V4 feature generation code is heavily derived from the [WHOI ifcb-features](https://github.com/WHOIGit/ifcb-features) program. It would not have been possible to create this library without the work of the WHOI team. The original WHOI ifcb-features code is MIT Licenced, and as such the MIT License applies to the whole whoi_v4 submodule.
