Dicom图像定位相关
*如何确定不同序列的图像是否使用了相同的坐标系统
一般一个检查的不同序列,会使用相同的坐标系统,即各个序列可以通过位置进行关联。如果是不同的study,则一般无法共享坐标系统。
在dicom中,也可以使用tag:(0020,0052) 进行区分
参考说明:https://dicom.innolitics.com/ciods/segmentation/frame-of-reference/00200052
Section C.7.4.1.1.1
C.7.4.1.1.1 Frame of Reference UID
The Frame of Reference UID (0020,0052) shall be used to uniquely identify a frame of reference for a series. Each series shall have a single Frame of Reference UID. However, multiple Series within a Study may share a Frame of Reference UID. All images in a Series that share the same Frame of Reference UID shall be spatially related to each other.
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决