JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Module
org.scijava.ops.image
Package org.scijava.ops.image.threshold
Class Summary
Class
Description
AbstractApplyThresholdImg
<T extends
RealType
<T>>
AbstractApplyThresholdIterable
<T>
AbstractComputeThresholdHistogram
<T extends
RealType
<T>>
Abstract superclass for histogram threshold computations.
ApplyLocalThresholdIntegral
<T extends
RealType
<T>,U extends
RealType
<U>>
Apply a local thresholding method to an image using integral images for speed up, optionally using an out of bounds strategy.
ApplyThresholdMethod
Ops which compute and apply a global threshold to an image.
ApplyThresholdMethod.Huang
<T extends
RealType
<T>>
ApplyThresholdMethod.IJ1
<T extends
RealType
<T>>
ApplyThresholdMethod.Intermodes
<T extends
RealType
<T>>
ApplyThresholdMethod.IsoData
<T extends
RealType
<T>>
ApplyThresholdMethod.Li
<T extends
RealType
<T>>
ApplyThresholdMethod.MaxEntropy
<T extends
RealType
<T>>
ApplyThresholdMethod.MaxLikelihood
<T extends
RealType
<T>>
ApplyThresholdMethod.Mean
<T extends
RealType
<T>>
ApplyThresholdMethod.MinError
<T extends
RealType
<T>>
ApplyThresholdMethod.Minimum
<T extends
RealType
<T>>
ApplyThresholdMethod.Moments
<T extends
RealType
<T>>
ApplyThresholdMethod.Otsu
<T extends
RealType
<T>>
ApplyThresholdMethod.Percentile
<T extends
RealType
<T>>
ApplyThresholdMethod.RenyiEntropy
<T extends
RealType
<T>>
ApplyThresholdMethod.Rosin
<T extends
RealType
<T>>
ApplyThresholdMethod.Shanbhag
<T extends
RealType
<T>>
ApplyThresholdMethod.Triangle
<T extends
RealType
<T>>
ApplyThresholdMethod.Yen
<T extends
RealType
<T>>
ApplyThresholdMethodLocal
Ops which compute and apply a local threshold to an image.
ApplyThresholdMethodLocal.LocalHistogramBasedMean
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalHuang
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalIJ1
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalIntermodes
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalIsoData
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalLi
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalMaxEntropy
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalMaxLikelihood
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalMinError
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalMinimum
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalMoments
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalOtsu
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalPercentile
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalRenyiEntropy
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalRosin
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalShanbhag
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalTriangle
<T extends
RealType
<T>>
ApplyThresholdMethodLocal.LocalYen
<T extends
RealType
<T>>
Thresholds
Utility methods used by the various threshold methods.