画像処理をするためのソフトといったら、 Photoshop やGimpがまず思い浮かぶでしょう。 ただ、これらのソフトは主に写真の補正や画像の合成 などといったものに使われ、顕微鏡映像の解析や ゲルの解析や細胞のカウントなどいわゆる 科学的な画像の操作には不十分なところがあります。 もちろん、上記のソフトでできないことはありません。 しかし、科学的な画像解析には、以前から NIH Imageという Mac用のソフトがよく使われていました。
最近になって、このNIH Imageをどのプラットフォームでも動くようにしたい ということで、NIH Imageの作者が同じ機能を持ったソフトを Javaで書きました。それが、今回紹介する ImageJです。
詳しい特徴はImageJのページを見ていただければわかりますが、 そのなかから少し抜粋します。
要は、色々読めてそれなりに速く、分析もいろいろできるということです。 また、Plug-inも豊富にあり、自分でもそれなりに簡単にかけるので、 欲しいと思った機能を自分で作ることもできます。
もし、今使っているソフトに物足りなさを感じているなら、 ImageJで実際に自分でプログラムを書いて分析するというのはどうでしょうか。 画像ファイルのフォーマットに気を取られることなく、自由に 画像処理ができます。
> Regarding keyword substituion: It turns out that Linus thinks it's a
> horrible idea: http://kerneltrap.org/mailarchive/git/2006/10/9/223932
His argument is that it may destroy binary files.
This is bogus since keyword-substitution is *off* by default. It will occur
only for files that were explicitly marked for substitution. For example in
subversion:
svn propset svn:keywords "Id Author Revision" *.h *.c
As a substitute (pun intended) for the lack in this feature he gives a hand
crafted, build system dependent, manual (i.e: error prone) method.
What a lame excuse.
-- Oron Peled in
http://hamakor.org.il/pipermail/haifux/2008-February/000164.html
-- Oron Peled
-- Post to the Haifa Linux Club mailing list ( http://hamakor.org.il/pipermail/haifux/2008-February/000164.html )