Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactmed/neurdicom-plugins
Neurdicom plugins
https://github.com/reactmed/neurdicom-plugins
dicom mri numpy plugins
Last synced: about 1 month ago
JSON representation
Neurdicom plugins
- Host: GitHub
- URL: https://github.com/reactmed/neurdicom-plugins
- Owner: reactmed
- Created: 2018-04-12T19:56:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T08:03:16.000Z (over 6 years ago)
- Last Synced: 2024-10-04T09:17:15.181Z (about 1 month ago)
- Topics: dicom, mri, numpy, plugins
- Language: C++
- Homepage:
- Size: 1.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neurdicom plugins
This is a list of useful plugins written in Python for [Neurdicom - RESTful medical images server](https://github.com/reactmed/neurdicom)## Image segmentation
* [Binary thresholding](https://github.com/reactmed/neurdicom-plugins/tree/master/thresholding)
* [K Means](https://github.com/reactmed/neurdicom-plugins/tree/master/kmeans)
* [Meanshift](https://github.com/reactmed/neurdicom-plugins/tree/master/meanshift)
* [Fuzzy C Means](https://github.com/reactmed/neurdicom-plugins/tree/master/fcm)
* [Fast C++ region growing](https://github.com/reactmed/neurdicom-plugins/tree/master/region_growing)
* [CUDA K Means](https://github.com/reactmed/neurdicom-plugins/tree/master/cuda_kmeans)