Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Apr 16, 2024
1 parent 7bf7b17 commit 1c943bf
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 5 deletions.
8 changes: 8 additions & 0 deletions articles/2024/appDev.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions articles/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
# 工具

## 搜索
- [文言一心](https://yiyan.baidu.com/)
- [kimi](https://kimi.moonshot.cn/chat/coe9ebcudu60c1rv78j0)

```js
// filetype:pdf // 搜索特定文件格式
// A site http://XXX.com 搜索某网页中的内容
Expand Down
21 changes: 20 additions & 1 deletion cg/ct.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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。
Expand Down Expand Up @@ -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), 感兴趣区域
3 changes: 3 additions & 0 deletions cg/library/copperspice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [CopperSpice](https://www.copperspice.com/index.html)
> C++现代GUI库,是库,不是框架
7 changes: 4 additions & 3 deletions cg/library/cornerstonejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>:<hierarchical part>[?<query>][#<fragment>], 其中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)
Binary file removed images/cg/ct/image-id-format.png
Binary file not shown.
2 changes: 1 addition & 1 deletion index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c943bf

Please sign in to comment.