MCPcopy Create free account
hub / github.com/MITK/MITK / GetEntropy

Method GetEntropy

Modules/ImageStatistics/src/mitkHistogramStatisticsCalculator.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33HistogramStatisticsCalculator::MeasurementType HistogramStatisticsCalculator::GetEntropy()
34{
35 if (!m_StatisticsCalculated)
36 {
37 MITK_WARN("Statistics have not yet been calculated, running calculation now...");
38 CalculateStatistics();
39 }
40 return m_Entropy;
41}
42
43HistogramStatisticsCalculator::MeasurementType HistogramStatisticsCalculator::GetMedian()
44{

Calls

no outgoing calls