Project "CornerstoneVueWADO-Canvas-Demo" next version.
在渲染方式上做了一些调整。(图片和绘制分层渲染)
一个基于 Cornerstone 解析并显示 Dicom 图像的 Vue 项目。在原项目上加上了绘制多边形的功能。
基于项目https://github.com/GleasonBian/CornerstoneVueWADO.
# 安装依赖
npm install
* 以下依赖项 如果在 node_modules 目录中不存在 才需要 安装
# install cornerstone
npm install cornerstone-core --save
# install dicom-parser
npm install dicom-parser --save
# serve with hot reload at localhost:8080
npm run dev