Package | Description |
---|---|
trainableSegmentation.metrics |
Modifier and Type | Method and Description |
---|---|
InformationStatistics |
VariationOfInformation.foregroundRestrictedStats(ij.process.ImageProcessor gt,
ij.process.ImageProcessor proposal,
double binaryThreshold)
Get the foreground-restricted variation of information
statistics (entropy values, F-score, etc)
|
InformationStatistics |
VariationOfInformation.foregroundRestrictedStats(ij.process.ShortProcessor cluster1,
ij.process.ShortProcessor cluster2)
Calculate the variation of information statistics (entropy values, F-score,
etc) between two clusters using the foreground restriction, i.e.
|
InformationStatistics[] |
VariationOfInformation.getForegroundRestrictedStatsPerSlice(double binaryThreshold)
Get the foreground-restricted variation of information
statistics (entropy values, F-score, etc) per slice and
for a given threshold value.
|
Copyright © 2015–2021 Fiji. All rights reserved.