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  # Import the superccm object from the SuperCCM package
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.1.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.1-py3-none-any.whl (31.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: superccm-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 6dbc427c4a176cadb7f2011ff14b16bf1142b8b6a00cb75be695c682fad65b32
MD5 fc88cc281a5e1548ee5d10bbc0fe2911
BLAKE2b-256 116f1752b57e6412c0371808a9219714de9153657c4053b3fb0e3f2f77943045

See more details on using hashes here.

File details

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

File metadata

  • Download URL: superccm-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b086c90e50d24c175ffd1f194a84195421b8d808867ea703740079e7330a8b6
MD5 d0c9aa1ac37a469b292f4a1d1ca012fc
BLAKE2b-256 8bc06111e51f1c9b011ef4602fb83689931e87493cff67e8641b5b4d07152005

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