Dear Ryan,
I would be very interested in a solution for integrating ImageJ in Labview. Have you been able to do this, or have you switched to IMAQ or Vision VI's?
Kindly regards,
Christian Breukers
Hey everyone,
I am planning on doing the same thing..i.e integrating ImageJ with Labview. I am actually developing a Labview interface for our multiphoton laser microscope and wanted to do Z-Stacking with ImageJ, the only problem is that i havent had any luck integrating it with labview,
Anyone has done it yet or know whats possible?
Thanks,
Muttee
Before run ImageJ on LabVIEW, I recommend you to try command-line to see the macro works or not.
>java -jar ij.jar -batch your_own_macro.ijm
To type above command, if your platform is Windows, Start bottun -> accessary -> command prompt
See the following URL for Running ImageJ from the Command Line,
http://rsbweb.nih.gov/ij/docs/guide/146-18.html