Call maximum threshold?
Posted by moxed on Jun 03, 2015; 3:23pm
URL: http://imagej.273.s1.nabble.com/Call-maximum-threshold-tp5013025.html
Hello, I'm writing a macro in the ijm language.
I'd like to set the threshold of my image as 10% of the maximum and the maximum.
Something like:
setThreshold(0.1*max, max);
However, I'd like imageJ to automatically detect the highest threshold of my image. I can't figure out how to get this information without setting it manually. Any ideas?
Thanks in advance!
-Sam