Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivmartel/dcmbench
- Owner: ivmartel
- License: gpl-3.0
- Created: 2015-06-24T19:14:09.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:10:39.000Z (2 months ago)
- Last Synced: 2024-09-16T08:38:11.745Z (2 months ago)
- Language: JavaScript
- Homepage: http://ivmartel.github.io/dcmbench/
- Size: 58.1 MB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
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