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

Method GetUPP

Modules/ImageStatistics/src/mitkHistogramStatisticsCalculator.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63HistogramStatisticsCalculator::MeasurementType HistogramStatisticsCalculator::GetUPP()
64{
65 if (!m_StatisticsCalculated)
66 {
67 MITK_WARN("Statistics have not yet been calculated, running calculation now...");
68 CalculateStatistics();
69 }
70 return m_UPP;
71}
72
73void HistogramStatisticsCalculator::CalculateStatistics()
74{

Calls

no outgoing calls