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.
我正在使用 ImageJ 作为库处理图像,我需要获取 RGB 图像的绿色通道。ImageJ 有为此目的的方法吗?谢谢你。
在 GUI 中是
图像 -> 颜色 -> 拆分通道。
以编程方式 ColorProcessor 包含一个方法
getChannel(int i) .
还有一个名为 ChannelSplitter 的插件。