Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jumitti/skeletonanalyzer

Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ
https://github.com/jumitti/skeletonanalyzer

dataanalysis fiji imagej

Last synced: 14 days ago
JSON representation

Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ

Awesome Lists containing this project

README

        

# Skeleton Analyzer ðŸĶī
Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ

### Analyze
- Branches, Junctions and End-point Voxels are sums
- Average Branch Length is a mean

### How to use
#### Web way
- [Skeleton Analyzer](https://skeletonanalyzer.streamlit.app/)
- Or with [LabMaster](https://labmaster.streamlit.app/) (bundle of application)

If the application is dormant, you can restart it.

#### LOCAL easy way (WINDOWS only)
- Download [last release ``skeletonanalyzer.exe``](https://github.com/Jumitti/skeletonanalyzer/releases)
- Install [Python 3](https://www.python.org/downloads/)
- Run ``skeletonanalyzer.exe``

#### LOCAL other way
- Download [GitHub repo](https://github.com/Jumitti/skeletonanalyzer/archive/refs/heads/main.zip)
- Install [Python 3](https://www.python.org/downloads/)
- Install packages from requirements.txt with ``pip install -r requirements.txt`` in CMD
- Run in CMD ``streamlit run main.py``
- Enjoy 🎉

### [Documentation of AnalyzeSkeleton from Fiji](https://imagej.net/plugins/analyze-skeleton)

### Issues
Please contact [[email protected]](mailto:[email protected]) or [Issues](https://github.com/Jumitti/skeletonanalyzer/issues)