Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)