Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivmartel/dcmbench

Javascript DICOM parser benchmark tools.
https://github.com/ivmartel/dcmbench

Last synced: about 1 month ago
JSON representation

Javascript DICOM parser benchmark tools.

Awesome Lists containing this project

README

        

# dcmbench

Javascript DICOM parser benchmark tools, see the [live demo](http://ivmartel.github.io/dcmbench).

Parsers:
* [ctk-dcmjs](https://github.com/commontk/dcmjs): c++ parser ([dcmtk](http://dicom.offis.de/dcmtk.php.en)) compiled to js
* [daikon](https://github.com/rii-mango/Daikon): js parser of the [rii-mango](https://github.com/rii-mango) project
* [dicomParser](https://github.com/cornerstonejs/dicomParser): js parser of the [cornerstonejs](https://github.com/cornerstonejs) project
* [dcmjs](https://github.com/dcmjs-org/dcmjs): js parser of the [dcmjs-org](https://github.com/dcmjs-org) project
* [dwv](https://github.com/ivmartel/dwv): js parser by [ivmartel](https://github.com/ivmartel)

## Available Scripts

- `ìnstall`: install dependencies
- `lint`: run code linting
- `start`: serve with hot reload at localhost:8080