diff --git a/articles/2024/appDev.md b/articles/2024/appDev.md new file mode 100644 index 0000000..9a8bbad --- /dev/null +++ b/articles/2024/appDev.md @@ -0,0 +1,8 @@ +# AppDev +> 开发app + +## Androidx系统 + +## 鸿蒙系统 +- [HUAWEI DevEco Studio面向HarmonyOS应用及元服务开发者提供的集成开发环境(IDE), 助力高效开发。](https://developer.huawei.com/consumer/cn/deveco-studio/) +- [官方案例](https://gitee.com/openharmony/applications_app_samples) diff --git a/articles/resource.md b/articles/resource.md index 915345c..341a4f5 100644 --- a/articles/resource.md +++ b/articles/resource.md @@ -77,6 +77,9 @@ # 工具 ## 搜索 +- [文言一心](https://yiyan.baidu.com/) +- [kimi](https://kimi.moonshot.cn/chat/coe9ebcudu60c1rv78j0) + ```js // filetype:pdf // 搜索特定文件格式 // A site http://XXX.com 搜索某网页中的内容 diff --git a/cg/ct.md b/cg/ct.md index 419731d..79ec0a9 100644 --- a/cg/ct.md +++ b/cg/ct.md @@ -1,6 +1,8 @@ -# CT +# Computed Tomography +> CT(Computed Tomography), 计算机断层成像 - [vtk-js doc](https://kitware.github.io/vtk-js/docs/) +- [DICOM Standard Browser](https://dicom.innolitics.com/ciods) ## 解剖名词 ![解剖图示](../images/axial_sagittal.webp) @@ -11,6 +13,15 @@ ## [DICOM--Digital Imaging and Communications in Medicine](https://www.dicomlibrary.com/) +- [DICOMweb™ is the DICOM Standard for web-based medical imaging. ](https://www.dicomstandard.org/using/dicomweb) +- [C.11 Look Up Tables and Presentation States](https://dicom.nema.org/dicom/2013/output/chtml/part03/sect_C.11.html) + - [DICOM image display - DCMTK - three conversions of pixel data](https://programming.vip/docs/dicom-image-display-dcmtk-three-conversions-of-pixel-data.html) + 1. pixel data, + 2. modality lut 标准映射,不同厂家的范围调整到一个标准范围 + 3. voi lut + 4. presentation lut + - [[Medical] DICOM - 醫學影像的窗位、窗寬、調整斜率與調整截距心得筆記](https://dotblogs.azurewebsites.net/MemoryRecall/2021/07/17/170824) + ### 概念 **Application Entity (AE)**,Application Entity 代表DICOM通信中的一个终端,可以代表一个系统或者一个程序。每个系统中的AE拥有一个唯一的Application Entity Title (AET) 。AET的要求时不能超过16个字节。一个设备上面可以有很多个AE。 @@ -65,3 +76,11 @@ WADO:Web Access to DICOM Objects - hdr - ext - img + +## 术语 + +- CT(Computed Tomography), 计算机断层成像,观察形态和密度 +- MRI(Magnetic Resonance Imaging), 核磁共振成像,可多参数、多序列、多方位成像,在软组织对比度方面具有较高优势 +- PET(Positron Emission Tomography), 正电子发射断层成像,PET 对疾病诊断的灵敏度高,但分辨率低 +- Ultrasound, 超声,可以清晰显示脏器及周围器官的各种断面像,接近解剖真实结构,因其价廉、简便、迅速、无创、无辐射性、准确、可连续动态及重复扫描等优势应用甚广 +- VOI(volumes of interest), 感兴趣区域 diff --git a/cg/library/copperspice.md b/cg/library/copperspice.md new file mode 100644 index 0000000..5684829 --- /dev/null +++ b/cg/library/copperspice.md @@ -0,0 +1,3 @@ +# [CopperSpice](https://www.copperspice.com/index.html) +> C++现代GUI库,是库,不是框架 + diff --git a/cg/library/cornerstonejs.md b/cg/library/cornerstonejs.md index 7484120..2b8f3c5 100644 --- a/cg/library/cornerstonejs.md +++ b/cg/library/cornerstonejs.md @@ -11,10 +11,11 @@ yarn run serve-static-examples ## 概念 -#### ImageId -就是一个url, url scheme决定某个ImageLoader插件真实的加载图像,Cornerstone3D委托注册的ImageLoader去加载,这样Cornerstone3D就可以同时显示多张图像,来自不同服务上的各种协议 +- [ImageId](https://www.cornerstonejs.org/docs/concepts/cornerstone-core/imageId), 一个URL对象,用来标识唯一性, :[?][#], 其中scheme name(就是image loader),后面部分有image loader内部决定。这样就区分唯一性了。 + - DICOM Persistent Objects (WADO) is a standard for storing and retrieving medical images using the DICOM protocol + - url scheme决定某个ImageLoader插件真实的加载图像,Cornerstone3D委托注册的ImageLoader去加载,这样Cornerstone3D就可以同时显示多张图像,来自不同服务上的各种协议 -![image id](../images/cg/ct/image-id-format.png) +- volume,是三个 ## 文档 - [一文(10图)了解Cornerstone3D核心概念(万字总结附导图) ](https://juejin.cn/post/7326432875955798027) \ No newline at end of file diff --git a/images/cg/ct/image-id-format.png b/images/cg/ct/image-id-format.png deleted file mode 100644 index b82c2b2..0000000 Binary files a/images/cg/ct/image-id-format.png and /dev/null differ diff --git a/index/computerScience.md b/index/computerScience.md index 52b1a88..bc2d30a 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -76,7 +76,7 @@ - [github ultimatepp](https://github.com/ultimatepp) - [IUP is a multi-platform toolkit for building graphical user interfaces. It offers a simple API in three basic languages: C, Lua and LED. IUP's purpose is to allow a program source code to be compiled in different systems without any modification.](https://www.tecgraf.puc-rio.br/iup/) - [Nuklear is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output.](https://github.com/Immediate-Mode-UI/Nuklear) -- [CopperSpice is a set of individual libraries which can be used to develop cross platform software applications in C++. ](https://www.copperspice.com/) +- [CopperSpice is a set of individual libraries which can be used to develop cross platform software applications in C++.](../cg/library/copperspice.md) ### Engine