Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornerstonejs/cornerstone3d
Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the OHIF Viewer.
https://github.com/cornerstonejs/cornerstone3d
cornerstone javascript medical-imaging nci-itcr segmentation
Last synced: 4 days ago
JSON representation
Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the OHIF Viewer.
- Host: GitHub
- URL: https://github.com/cornerstonejs/cornerstone3d
- Owner: cornerstonejs
- License: mit
- Created: 2022-03-21T11:46:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T17:01:06.000Z (14 days ago)
- Last Synced: 2024-12-30T14:00:01.951Z (4 days ago)
- Topics: cornerstone, javascript, medical-imaging, nci-itcr, segmentation
- Language: TypeScript
- Homepage: https://cornerstonejs.org
- Size: 277 MB
- Stars: 611
- Watchers: 25
- Forks: 315
- Open Issues: 302
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# [Cornerstone.js](https://cornerstonejs.org/) · ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the [OHIF Viewer](https://ohif.org/).
- **Fast:** Cornerstone leverages WebGL to provide high-performance image rendering and WebAssembly for fast image decompression.
- **Flexible:** Cornerstone provides APIs for defining custom image, volume, and metadata loading schemes, allowing developers to easily connect with proprietary image archives.
- **Community Driven:** Cornerstone is supported by the [Open Health Imaging Foundation](https://ohif.org/). We publish our roadmap and welcome contributions and collaboration.
- **Standards Compliant:** Cornerstone's core focus is Radiology, so it provides DICOMweb compatibility out-of-the-box.[Learn how to use Cornerstone3D in your project](https://www.cornerstonejs.org/docs/getting-started/overview).
## Documentation
You can find the Cornerstone documentation [on the website](https://cornerstonejs.org/).
The documentation is divided into several sections
- [Tutorial](https://cornerstonejs.org/docs/category/tutorials)
- [Main Concepts](https://cornerstonejs.org/docs/category/concepts)
- [Live Examples](https://www.cornerstonejs.org/docs/examples)
- [API Reference](https://cornerstonejs.org/api)
- [How-to Guides](https://cornerstonejs.org/docs/category/how-to-guides)
- [FAQ](https://cornerstonejs.org/docs/faq)
- [How-to Contribute](https://cornerstonejs.org/docs/category/contributing)## Support
Users can post questions and issues on the [Open Health Imaging Foundation (OHIF) Community Forum](https://community.ohif.org/). Developer issues or bugs can be reported as [Github Issues](https://github.com/cornerstonejs/cornerstone3D/issues).
The [OHIF Resources page](https://v3-docs.ohif.org/resources) may be of interest to Cornerstone users, as it includes presentations and demonstrations of OHIF and Cornerstone.
## Contributing
### [Code of Conduct](./CODE_OF_CONDUCT.md)
Cornerstone has adopted a [Code of Conduct](./CODE_OF_CONDUCT.md) that we expect project participants to adhere to.
### [Contributing Guide](https://cornerstonejs.org/docs/category/contributing)
Read our guide on [How-to Contribute](https://cornerstonejs.org/docs/category/contributing) and about our [Issue Triage process](https://v3-docs.ohif.org/development/our-process).
### License
Cornerstone is [MIT licensed](./LICENSE).