91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

LEADTOOLS HTML5 SDK使用教程:DICOM圖像注釋

發布時間:2020-04-06 14:39:55 來源:網絡 閱讀:813 作者:巴哥學說話 欄目:移動開發

利用HTML5和JavaScript構建一個完整的DICOM Viewer涉及到許多的重要功能。LEADTOOLS醫療圖像開發包提供了創建零足跡DICOM Viewer所需的所有功能:圖像顯示、圖像處理、客戶端醫學影像“調窗”、Series Stack和注釋等。接下來,我們將深入介紹HTML5 DICOM Viewer、PACS查詢/檢索以及醫學影像“調窗”等功能。

LEADTOOLS HTML5 DICOM Viewer功能介紹:

  • HTML5/JavaScript查看器控件

  • 鼠標和多點觸控手勢輸入

  • 包含快速客戶端醫學影像“調窗”工具、Series Stack、圖像處理等功能

  • 從您本地的歸檔或一個遠程的PACS使用DICOM通信,在您的桌面、平板電腦或移動設備上查看DICOM圖像的任何地方。

  • 本地HTML5圖像注解和標記。

DICOM圖像HTML5注釋

一旦選中DICOM系列,圖像開始鏈接到查看器,并且注解實現初始化。完成AnnAutomationManager對象的創建并連接到查看器。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
function initializeAnnotations() {
_automationManager = newLeadtools.Annotations.Automation.AnnAutomationManager();
_automationManager.createDefaultObjects();
_automationManager.findObjectById(Leadtools.Annotations.Core.AnnObject.rulerObjectId).get_objectTemplate().set_measurementUnit(6);
_automationManager.findObjectById(Leadtools.Annotations.Core.AnnObject.polyRulerObjectId).get_objectTemplate().set_measurementUnit(6);
_automationManager.findObjectById(Leadtools.Annotations.Core.AnnObject.protractorObjectId).get_objectTemplate().set_measurementUnit(6);
var divElemnt = document.getElementById("ViewerParent");
_overlayCanvas = document.createElement("canvas");
_overlayCanvas.id = "overlayCanvas";
_overlayCanvas.width = $(divElemnt).width();
_overlayCanvas.height = $(divElemnt).height();
var parent = document.getElementById(_leadViewer.get_canvasId()).parentNode;
parent.appendChild(_overlayCanvas);
_automationInteractiveMode = newLeadtools.Annotations.Automation.ImageViewerAutomationControl(_leadViewer);
}

使用注釋前,你需要選擇所需要繪制的對象,或者使用Select工具修改現有注釋。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
function OnAnnotationSelect() {
if(null!= _leadViewer && null!= _currentAutomation && _annotationSelect.enabled) {
AutomationService();
_currentAutomation.get_manager().set_currentObjectId(Leadtools.Annotations.Core.AnnObject.selectObjectId);
}
}
function OnAnnotationArrow() {
if(null!= _leadViewer && null!= _currentAutomation && _annotationArrow.enabled) {
AutomationService();
_currentAutomation.get_manager().set_currentObjectId(Leadtools.Annotations.Core.AnnObject.pointerObjectId);
}
}
function OnAnnotationText() {
if(null!= _leadViewer && null!= _currentAutomation && _annotationText.enabled) {
AutomationService();
_currentAutomation.get_manager().set_currentObjectId(Leadtools.Annotations.Core.AnnObject.textObjectId);
}
}

LEADTOOLS HTML5 SDK使用教程:DICOM圖像注釋


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

保德县| 海宁市| 惠安县| 耒阳市| 胶南市| 东城区| 湛江市| 清水河县| 金川县| 肇州县| 隆德县| 田东县| 阿城市| 资源县| 民勤县| 清水县| 本溪| 岚皋县| 陕西省| 兰州市| 涞水县| 保亭| 镇雄县| 获嘉县| 鄢陵县| 福鼎市| 黎城县| 伽师县| 崇阳县| 多伦县| 蒲城县| 平度市| 兰州市| 东海县| 神木县| 依安县| 新蔡县| 城固县| 临汾市| 岳西县| 上杭县|