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

Method GetMax

Modules/AlgorithmsExt/src/mitkSimpleHistogram.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 double SimpleImageHistogram::GetMax() const
79 {
80 if (!valid)
81 return 1;
82
83 return histogram->GetBinMax(0, nBins - 1);
84 }
85
86 class ImageHistogramCacheElement : public SimpleHistogramCache::Element
87 {

Callers 1

mitkSimpleHistogramTestFunction · 0.45

Calls

no outgoing calls

Tested by 1

mitkSimpleHistogramTestFunction · 0.36