Login  Register

Re: Matrix operation for ImageJ

Posted by Marcel on Jun 24, 2008; 12:04pm
URL: http://imagej.273.s1.nabble.com/Matrix-operation-for-ImageJ-tp3695783p3695784.html

I recently i anounced a new version of the software Bio7 (Window, Linux will follow later!) which is capable to transfer image data from an embedded imageJ version as a matrix with the help of a server to R. R itself is very powerful for matrix calculations.
In addition Bio7 offers an R shell to work directly with the transfered data in the R workspace.
The manipulated data then can be sent back to imageJ or evaluated and statistical analysed with R.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/imagetransfer.htm

Typical things that you can do with R and imageJ are to classify data , interpolate
spatial data or visualize matrix data from R.

The software can be downloaded here:

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/links/index.html

Only if you don't know R:
The R language itself is an interpreted language but frequently uses compiled c,c++,fortran code to accomplish a task which makes it also very usable for image data.

With kind regards

M.Austenfeld