【发布时间】:2021-08-26 03:55:49
【问题描述】:
是否有在 python 中处理 VGL(Volume Graphics 格式)文件的模块,如果没有,还有什么方法可以做到?
【问题讨论】:
标签: python image-processing dataset artificial-intelligence
是否有在 python 中处理 VGL(Volume Graphics 格式)文件的模块,如果没有,还有什么方法可以做到?
【问题讨论】:
标签: python image-processing dataset artificial-intelligence
ctutils 0.3 该项目提供了一组小型实用程序,用于以各种格式处理来自 CT 扫描仪的数据。目前,支持的格式有: Xradia 的 TXM 格式 Volume Graphics VGI+VOL 格式 灰度 TIFF 堆栈(8 位、16 位) https://pypi.org/project/ctutils/
【讨论】: