MATLAB and ImageJ

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MATLAB and ImageJ

Sebastian Rhode
Hello,

I am using ImageJ 1.37i with Java 1.5.0_06. If I start ImageJ from
MATLAB with MIJ.start, it open up, but it says ImageJ 1.37i with Java
1.4.2. What did I do wrong and how to solve the problem.

The other thing is, if I export an array from MATLAB to imageJ with
MIJ.create(array) it opens up in MATLAB but the window shows a "strange"
behaviour. The background around the actual image is something from the
desktop. The newly created windows seems to "capture" something from the
desktop.

Any ideas how to avoid these problems?

Cheers,

Sebi
Reply | Threaded
Open this post in threaded view
|

Re: MATLAB and ImageJ

Dimiter Prodanov
Hi,
MIJ uses the JVM of Matlab, which is not 1.5 but an
older version. For the other problem I dont know.
Currently I am using Windows XP and Matlab 6.0.

best regards

Dimiter Prodanov


>------------------------------
>
>Date:    Mon, 31 Jul 2006 15:58:16 +0200
>From:    Sebastian Rhode <[hidden email]>
>Subject: MATLAB and ImageJ
>
>Hello,
>
>I am using ImageJ 1.37i with Java 1.5.0_06. If I start ImageJ from
>MATLAB with MIJ.start, it open up, but it says ImageJ 1.37i with Java
>1.4.2. What did I do wrong and how to solve the problem.
>
>The other thing is, if I export an array from MATLAB to imageJ with
>MIJ.create(array) it opens up in MATLAB but the window shows a "strange"
>behaviour. The background around the actual image is something from the
>desktop. The newly created windows seems to "capture" something from the
>desktop.
>
>Any ideas how to avoid these problems?
>
>Cheers,
>
>Sebi
>
>
>
>End of IMAGEJ Digest - 30 Jul 2006 to 31 Jul 2006 (#2006-209)
>*************************************************************

_______________________________________________________________________
Dr Dimiter Prodanov, MD, Ph.D.

Neural Engineering Rehabilitation Laboratory
(Laboratoire de Génie de la Réhabilitation Neurale)
Département de Physiologie et Pharmacologie
Université catholique de Louvain
Avenue Hippocrate, 54
POBox UCL-5446 / B-1200 Bruxelles -Belgique-
Phone: 00-322-764 5596
Fax: 00-322-764 9422

http://www.md.ucl.ac.be/gren
Reply | Threaded
Open this post in threaded view
|

Re: MATLAB and ImageJ

Jarek Sacha
In reply to this post by Sebastian Rhode
Sebastian Rhode wrote:
> The other thing is, if I export an array from MATLAB to imageJ with
> MIJ.create(array) it opens up in MATLAB but the window shows a "strange"
> behaviour. The background around the actual image is something from the
> desktop. The newly created windows seems to "capture" something from the
> desktop.
This seems to be an issue with MATLAB and AWT. If you open a plain AWT
Frame in MATLAB you will see the same problem. I contacted MATLAB about
this issue in the past (about 2 years ago). Did not get much help from
them. Maybe you will have more luck.

Jarek