3D Filament Annotator is a tool for annotating filaments and other curvilinear structures in 3D. The 3D annotation is done by annotating the filament in two different projections, calculating intersection, and refining the filament position with active contours.
pip install napari[all]
pip install git+https://github.com/amedyukhina/napari-filament-annotator.git
For detailed usage instructions, please refer to the usage tutorial.
Contributions are very welcome both with regard to plugin functionality, and tips on using it and setting parameters.
Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the Apache Software License 2.0 license, "napari-filament-annotator" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.