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

Method GetHistogram

Modules/ImageStatistics/src/mitkImageStatisticsContainer.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 const ImageStatisticsContainer::HistogramType*
131 ImageStatisticsContainer::GetHistogram(LabelValueType labelValue, TimeStepType timeStep) const
132 {
133 return this->GetStatistics(labelValue, timeStep).m_Histogram;
134 }
135
136 bool ImageStatisticsContainer::IgnoresZeroVoxel() const
137 {

Calls 1

GetStatisticsMethod · 0.80

Tested by

no test coverage detected