Skip to main content

An Open-Source Python Toolkit for Automated Quantification of Corneal Nerve Fibers in Confocal Microscopy Images

Project description

description

English | 简体中文

🚀 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.

❇️ Environmental Preparation

conda create -n superccm python=3.10 -y
conda activate superccm
pip install -r requirements.txt

⚡ Quickly Start

from superccm import SuperCCM  # 从superccm包中导入SuperCCM对象
import cv2

image = cv2.imread('path/to/your/image.png')  # Read the test image
# Of course, you can also obtain a picture object in any way you like
# Make sure the image is an np.ndarray object of shape (384, 384, 3) and type uint8
ccm = SuperCCM()  # Instantiate the SuperCCM object
metrics = ccm(image)  # Process and analyze the image, and return a dictionary storing various morphological parameters
print(metrics)  # Print parameters

📖 Document Tutorial

We offer a wealth of documentation and tutorials for users to delve deeply into SuperCCM. Click the link below to quickly jump to the corresponding section of the document.

📄 License

This project follows the GPL v3 open source license.

🎓 Academic Citation

coming soon ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

superccm-0.1.0.tar.gz (29.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

superccm-0.1.0-py3-none-any.whl (31.5 kB view details)

Uploaded Python 3

File details

Details for the file superccm-0.1.0.tar.gz.

File metadata

  • Download URL: superccm-0.1.0.tar.gz
  • Upload date:
  • Size: 29.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for superccm-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cf71dea9beec7d3ff350a9181161e0b4d70b6c81609bdcca10ea08bd6512464a
MD5 3e969265a7bfa03f47a3349e39de86ac
BLAKE2b-256 72577765476c753594d543409f1de379a642281dc5bb030f144f11a7aeb0d99a

See more details on using hashes here.

File details

Details for the file superccm-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: superccm-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 31.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for superccm-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 54309842337b828c8c5c625d5a289f0a65f723bf248ccb8143383fb220acb1e2
MD5 570e7977be6f248903fb5d0b1a9289f2
BLAKE2b-256 3fa70fdab7950b4ae7090a83bc1da651da4cb902efa55b3318f712985b15969f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page