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では
画像 -> 色 -> 分割チャンネル。
プログラム的に ColorProcesor にはメソッドが含まれています
getChannel(int i) .
ChannelSplitter というプラグインもあります。