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

Method GetMin

Modules/AlgorithmsExt/src/mitkSimpleHistogram.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 double SimpleImageHistogram::GetMin() const
71 {
72 if (!valid)
73 return 0;
74
75 return histogram->GetBinMin(0, 0);
76 }
77
78 double SimpleImageHistogram::GetMax() const
79 {

Callers 1

mitkSimpleHistogramTestFunction · 0.45

Calls

no outgoing calls

Tested by 1

mitkSimpleHistogramTestFunction · 0.36