【发布时间】:2016-11-22 05:55:28
【问题描述】:
将 5x5、10x10 和 35x35 中值滤波器应用于 dicom 图像
dicom.read_file("ACR CT Phantom_1.dcm") <-- this is the image
我知道你看不到图像,但也许你可以帮助过滤它的语法?
【问题讨论】:
-
请edit您的问题显示what you have tried so far。您应该包含您遇到问题的代码的minimal reproducible example,然后我们可以尝试帮助解决具体问题。您还应该阅读How to Ask。
标签: python filter scipy dicom scikit-image