CABANA (CollAgen FiBre ANAlyzer) is a comprehensive toolkit for analyzing collagen fibre architecture in immunohistochemistry (IHC) and fluorescence microscopy images. It provides:
- Automated detection and quantification of collagen fibres
- Analysis of fibre orientation, length, and thickness
- Gap analysis for inter-fibre and intra-fibre spaces
- Interactive parameter optimization interface
- Batch processing for large datasets
CABANA combines advanced computer vision algorithms with an intuitive user interface, making it accessible to researchers without extensive programming experience while providing detailed quantitative data for comprehensive analysis of collagen architecture.
- Processor (CPU): Intel Core i7, AMD Ryzen 7, or higher recommended
- Memory (RAM): Minimum 16 GB, 32 GB recommended
- GPU: NVIDIA GeForce GTX/RTX series with at least 10 GB VRAM recommended
- Python: 3.8 or newer
Install CABANA using pip:
pip install -U cabanaor install the latest version on GitHub:
pip install git+https://github.com/lxfhfut/Cabana.gitAfter installation, you can launch the CABANA GUI by running:
python -m cabanaAlternatively, you can import CABANA in your Python code for customized analysis (see examples in Tutorials):
import cabanaComprehensive documentation is available at: https://cabana.readthedocs.io/en/latest/
We provide an interactive Jupyter notebook tutorial to help you get started: CABANA Tutorial
If you use CABANA in your research, please cite:
CABANA is released under the MIT License.
For questions and support, please contact:
- Xufeng Lin - x.lin@garvan.org.au
- Astrid Magenau - a.magenau@garvan.org.au
