Uses of Class
org.scijava.ops.image.threshold.AbstractComputeThresholdHistogram
-
-
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.huang
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.huang Modifier and Type Class Description classComputeHuangThreshold<T extends RealType<T>>Implements Huang's threshold method by Huang & Wang. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.ij1
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.ij1 Modifier and Type Class Description classComputeIJ1Threshold<T extends RealType<T>>Implements the default threshold method from ImageJ. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.intermodes
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.intermodes Modifier and Type Class Description classComputeIntermodesThreshold<T extends RealType<T>>Implements an intermodes threshold method by Prewitt & Mendelsohn. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.isoData
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.isoData Modifier and Type Class Description classComputeIsoDataThreshold<T extends RealType<T>>Implements an IsoData (intermeans) threshold method by Ridler & Calvard. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.li
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.li Modifier and Type Class Description classComputeLiThreshold<T extends RealType<T>>Implements Li's threshold method by Li & Lee, and Li & Tam, and Sezgin & Sankur. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.maxEntropy
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.maxEntropy Modifier and Type Class Description classComputeMaxEntropyThreshold<T extends RealType<T>>Implements Kapur-Sahoo-Wong (Maximum Entropy) thresholding method. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.maxLikelihood
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.maxLikelihood Modifier and Type Class Description classComputeMaxLikelihoodThreshold<T extends RealType<T>>Implements a maximum likelihood threshold method by Dempster, Laird, & Rubin and Glasbey. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.mean
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.mean Modifier and Type Class Description classComputeMeanThreshold<T extends RealType<T>>Implements a mean threshold method by Glasbey. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.minError
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.minError Modifier and Type Class Description classComputeMinErrorThreshold<T extends RealType<T>>Implements a minimum error threshold method by Kittler & Illingworth and Glasbey. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.minimum
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.minimum Modifier and Type Class Description classComputeMinimumThreshold<T extends RealType<T>>Implements a minimum threshold method by Prewitt & Mendelsohn. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.moments
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.moments Modifier and Type Class Description classComputeMomentsThreshold<T extends RealType<T>>Implements a moments based threshold method by Tsai. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.otsu
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.otsu Modifier and Type Class Description classComputeOtsuThreshold<T extends RealType<T>>Implements Otsu's threshold method. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.percentile
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.percentile Modifier and Type Class Description classComputePercentileThreshold<T extends RealType<T>>Implements a percentile threshold method by Doyle. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.renyiEntropy
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.renyiEntropy Modifier and Type Class Description classComputeRenyiEntropyThreshold<T extends RealType<T>>Implements a Renyi entropy based threshold method by Kapur, Sahoo, & Wong. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.rosin
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.rosin Modifier and Type Class Description classComputeRosinThreshold<T extends RealType<T>>Implements Rosin's threshold method. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.shanbhag
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.shanbhag Modifier and Type Class Description classComputeShanbhagThreshold<T extends RealType<T>>Implements Shanbhag's threshold method. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.triangle
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.triangle Modifier and Type Class Description classComputeTriangleThreshold<T extends RealType<T>>Implements a Triangle algorithm threshold method from Zack, Rogers, & Latt. -
Uses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.yen
Subclasses of AbstractComputeThresholdHistogram in org.scijava.ops.image.threshold.yen Modifier and Type Class Description classComputeYenThreshold<T extends RealType<T>>Implements Yen's threshold method (Yen, Chang, & Chang, and Sezgin & Sankur).
-