Re: How to auto adjust images in imageJ?
Posted by
Mohamed Tleis on
URL: http://imagej.273.s1.nabble.com/How-to-auto-adjust-images-in-imageJ-tp3682642p3682645.html
Thank you Danny,
Actually I did some search again, and I found that I have to use the
WindowManager.getCurrentImage() function as follows:
[code]
imPlus = WindowManager.getCurrentImage();
[/code]
Best Regards,
Moe Tleis
On Mon, Nov 7, 2011 at 9:28 AM, Danny Misiak <
[hidden email]> wrote: