Re: ImageJ plugins and Matlab MCR
Posted by
Heerpa on
Jun 23, 2011; 5:09pm
URL: http://imagej.273.s1.nabble.com/ImageJ-plugins-and-Matlab-MCR-tp3684143p3684148.html
Ovidiu Dan Iancu wrote
Hello all,
I have developed an img processing application (in Matlab) which I would
like to make available as an ImageJ plugin. I plan to use MATLAB Builder JA
to transform my Matlab code into Java classes, and then build the plugin.
Does anyone know if I can distribute the Matlab MCR as part of the plugin?
My experience with Java is very limited. Any suggestions would be greatly
appreciated.
Dan
Hi all,
I know I am answering to an old post but that is exactly what I wouldlike to do. I just do not know how.
I have written several image processing procedures in matlab, and I wouldlike to make them available as ImageJ plugins. How can i do this?
I found tutorials on how to write plugins in java, but I cannot call this code like {public void run(ImageProcessor ip)} from matlab, can I.
the tutorial on how to use netbeans
http://imagejdocu.tudor.lu/doku.php?id=howto:plugins:how_to_set_up_netbeans_to_work_with_imagej_and_matlab_togetherseemed to help, but still I dont know how to access images in my m files..
MIJ (
http://bigwww.epfl.ch/sage/soft/mij/) seems not to be of interest to me because it is the wrong direction, because I want the user to work in ImageJ.
Unfortunately, I have no experience in java whatsoever..
cheers, H