Module org.scijava.ops.image
Package org.scijava.ops.image.threshold.localMean
-
Class Summary Class Description ComputeLocalMeanThreshold<T extends RealType<T>> Local threshold method that uses the mean and operates directly of RAIs.ComputeLocalMeanThresholdIntegral<T extends RealType<T>,U extends RealType<U>> Local threshold method that uses theIntegralMeanfor the threshold computation.LocalMeanThreshold<T extends RealType<T>> Implementation of the local mean threshold method for images.