An Open-Source Python Toolkit for Automated Quantification of Corneal Nerve Fibers in Confocal Microscopy Images
Project description
🚀 Introduction
✨️SuperCCM is an open-source Python framework for processing and analyzing corneal nerve images from corneal confocal microscopy (CCM). By inputting a CCM corneal nerve image, SuperCCM can automatically process the image and output various commonly used morphological parameters in clinical practice.
🏠Github: https://github.com/qlnfm/SuperCCM
❇️ Environmental Preparation
conda create -n superccm python=3.10 -y
conda activate superccm
pip install -r requirements.txt
- Install from PyPI
pip install superccm
🌟 Using online
⚡ Quickly Start
from superccm import SuperCCM
ccm = SuperCCM()
metrics = ccm.run('your/img/path')
print(metrics)
- Just a few lines of commands are needed.
📖 Document Tutorial
- ✨️ Advanced Tutorial: Gain a thorough understanding of the use of SuperCCM
- ✨️ Module writing: Learn how to customize the workflow and integrate your developed algorithms into SuperCCM
📄 License
This project follows the GPL v3 open source license.
🎓 Academic Citation
coming soon ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file superccm-0.2.2.tar.gz.
File metadata
- Download URL: superccm-0.2.2.tar.gz
- Upload date:
- Size: 53.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5baffe88ce38112cdd79f2b5300af6dac82b10a6c2b3f62fee2ef3ba8584eb77
|
|
| MD5 |
585c9a6887e1ca4203406a6b8b9c7f11
|
|
| BLAKE2b-256 |
f9bedeecf82470042858d936e8611b677deebe703d18c2569b4e4db77c456a38
|
File details
Details for the file superccm-0.2.2-py3-none-any.whl.
File metadata
- Download URL: superccm-0.2.2-py3-none-any.whl
- Upload date:
- Size: 53.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc50b1884ef2844927d32ec7fbea6c53ee598ad6ad6dbcb11dd0f70627a8b2cd
|
|
| MD5 |
8a4e2544aebfe27c6840016f2e3d106e
|
|
| BLAKE2b-256 |
3be56557cde0fd44822268c668b420a8c4d7436110a06218770d69d18f150732
|