How to Get Min Threshold value from a Stack using Imagej?
Posted by boina on Apr 02, 2014; 5:35pm
URL: http://imagej.273.s1.nabble.com/How-to-Get-Min-Threshold-value-from-a-Stack-using-Imagej-tp5007183.html
I need to create a Jyton script to calculate a minimal threshold value from a stack of images. It doesn't have to be on one image at a time but the entire stack histogram at once.
Is there any method to get this threshold from a stack processor??
This is how I tried to do it:
tempStackps = StackProcessor(tempStack)
MinThresholdValue = tempStackps.getMinThreshold()
Thanks, jose.