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.
基本上我想要实现的是将一个堆栈与另一个堆栈叠加在一个可能显示或不显示的层中。我知道可以叠加 2D 图像,但是否有叠加堆栈的功能。
我有一个包含 3D uCT 扫描的 .raw 格式的堆栈和另一个包含感兴趣区域的 .raw 格式的堆栈。我想将所有切片的 ROI 叠加到堆栈上,但每个切片都不同。有没有办法在 ImageJ 中做到这一点?
谢谢
您可以使用命令图像/颜色/合并通道。例如,加载两个图像,将 uCT 分配给灰色通道,将 rois 分配给红色通道。