# Cornerstone
Cornerstone 是一个开源项目,致力于打造一个基于 web 端的医疗影像平台。
该文档重点介绍 Cornerstone 核心库,它是一个轻量级的 JavaScript 库,用于在支持 HTML5 canvas 元素的现代浏览器上,展示医学影像。Cornerstone 核心库本身并不是一个完整的应用,而是一个作用于更大型、更复杂应用中的组件。
随着文档的不断的增加,旧文档 (opens new window)也不失为一份更好的资料。
该文档旨在作为 Cornerstone 中的概念和 API 的说明书。如果您是新手,我们建议您先查看以下的概念部分,然后查看各种在线示例,好好了解 Cornerstone 是怎么使用的。
在线示例
# 安装
# 概念
- Enabled Element - 激活元素
- Image Ids - 图片标识
- Image Loaders - 图片加载器
- Viewports - 视口
- Images - 影像
- Pixel Coordinate System - 像素坐标系
- Rendering Loop - 渲染循环
- Libraries - 相关库
- Rendering Pipeline - 渲染管道
- Metadata Providers - 元数据供应者
# 进阶概念
- Image Cache - 图像缓存
- Enabled Element Layers
- Modality LUT and VOI LUT
- Color Lookup Tables - 色值检索表
- WebGL Rendering Pipeline - WebGL 绘制管道
- Retrieving Pixel Data - 取出像素数据
- Legacy Browser Support