Re: How to auto adjust images in imageJ?
Posted by Danny Misiak on Nov 04, 2011; 9:45am
URL: http://imagej.273.s1.nabble.com/How-to-auto-adjust-images-in-imageJ-tp3682642p3682646.html
Hello,
you can use the ImageProcessor's method resetMinAndMax() .
After calling this method, the image is auto adjustetd like the Image/Adjust in the ImageJ GUI.
Best regards.