fun.imagej.imp.threshold

autothreshold

(autothreshold imp method-name noWhite noBlack doIwhite doIset doIlog doIstackHistogram)
Autotheshold an imageplus with the supplied method.
Valid method names:
:IJ-default, :huang, :intermodes, :iso-data, :li, :max-entropy, :mean, :min-error-i, :minimum, :moments, :otsu, :percentile, :renyi-entropy, :shanbhag, :triangle, :yen
This list is programmatically accessible as: funimage.imp.threshold/threshold-methods

autothreshold!

autothreshold-level

(autothreshold-level data method-name)
Get autothreshold level.

threshold-methods

thresholdable-imp?

(thresholdable-imp? imp)
Check if an imageplus is thresholdable based on the pixel type.