Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来在我以 3D 渲染它们时显示我的 dicom 文件的对比度。基本上,当我使用一张图像时,对比度很好:
i = dicomread(t); imshow(i)
但是我正在构建一个 3D 矩阵patch来渲染它,并且一旦绘制对比度就会消失(它使用轮廓而不是强度,尽管我的图像使用 堆叠成 3D 矩阵dicomread)
patch
dicomread
有没有办法使用体素强度而不是 3D 绘图patch?
您可以使用 FEX vol3d-v2中的以下文件。