const textMarkerTools = cornerstoneTools.store.state.tools.forEach( element => { if (element.name === 'TextMarker') { element.configuration.markers = ['F5', 'F4', 'F3', 'F2', 'F1']; element.configuration.current = 'F5'; element.configuration.ascending = true; element.configu...
cornerstone Tools 基础概念 Cornerstone Tools 是一个 JavaScript 库,用于帮助注释、分割和测量医学图像。该库还提供了一个框架,用于创建新工具,以一致、连贯的方式管理所有工具,以及导入/导出工具度量数据。 下面将介绍 Cornerstone Tools 中的基本概念,以便后续了解 Cornerstone Tools 的用法。 工具类型 目前,Cornerstone...
//cornerstoneTools/./tools/annotation/TextMarkerTool.js","webpack://cornerstoneTools/./tools/segmentation/BrushTool.js","webpack://cornerstoneTools/./tools/segmentation/SphericalBrushTool.js","webpack://cornerstoneTools/./tools/segmentation/strategies/correction.js","webpack://cornerstoneTools/./...
orientation marker updates on resize and new volume (#1202) (d7a765c) 1.70.4 (2024-04-10)Note: Version bump only for package root1.70.3 (2024-04-10)Bug Fixesadd syncColormap in VOISynchronizerOptions (#1190) (54a2d27) SplineROI: future added polygon woud not trigger complete event ...