Re: "Set Threshold" records incorrect values - 16bit images - Ubuntu
Posted by Ghislain Bugnicourt on Aug 27, 2008; 5:21pm
URL: http://imagej.273.s1.nabble.com/Set-Threshold-records-incorrect-values-16bit-images-Ubuntu-tp3695217p3695222.html
I confirm that David Randell and I have exactly the same problem.
I even witnessed the same list of min/max values on this image, and sometimes the list is different. Which implies that the change in the values is 'semi-arbitrary'.
David, can you tell us what CPU you use, and your memory for instance (and anything I forget...)? I witnessed the bug with 512M and 256M in the 'run' command (I've got 1GB DDR2), but nobody knows.
Gabriel :
I tried your idea (while not understanding anything).
In my 'run' file, I wrote :
./jre/bin/java -Xmx1800m -Xint -cp ij.jar:jimi.jar:./jre/lib/tools.jar ij.ImageJ
and then I tried :
./jre/bin/java -Xmx256m -Xint -cp ij.jar:jimi.jar:./jre/lib/tools.jar ij.ImageJ
I chose jre for the reason I don't find any jdk folder.
In both cases, the bug appeared. Sorry. :)
Wayne : Thanks, I try the plugin right now.
Ghislain.