Provides an easy way to calculate an itk::Histogram for a mitk::Image.
More...
#include <mitkHistogramGenerator.h>
Provides an easy way to calculate an itk::Histogram for a mitk::Image.
Definition at line 26 of file mitkHistogramGenerator.h.
◆ ConstPointer
◆ HistogramType
◆ Pointer
◆ Self
◆ Superclass
◆ HistogramGenerator()
mitk::HistogramGenerator::HistogramGenerator |
( |
| ) |
|
|
protected |
◆ ~HistogramGenerator()
mitk::HistogramGenerator::~HistogramGenerator |
( |
| ) |
|
|
overrideprotected |
◆ CalculateMaximumFrequency()
static float mitk::HistogramGenerator::CalculateMaximumFrequency |
( |
const HistogramType * |
histogram | ) |
|
|
static |
◆ Clone()
Pointer mitk::HistogramGenerator::Clone |
( |
| ) |
const |
◆ ComputeHistogram()
void mitk::HistogramGenerator::ComputeHistogram |
( |
| ) |
|
◆ GetClassHierarchy()
virtual std::vector<std::string> mitk::HistogramGenerator::GetClassHierarchy |
( |
| ) |
const |
|
inlinevirtual |
◆ GetClassName()
virtual const char* mitk::HistogramGenerator::GetClassName |
( |
| ) |
const |
|
virtual |
◆ GetHistogram()
virtual const HistogramType* mitk::HistogramGenerator::GetHistogram |
( |
| ) |
|
|
virtual |
◆ GetMaximumFrequency()
float mitk::HistogramGenerator::GetMaximumFrequency |
( |
| ) |
const |
◆ GetSize()
virtual int mitk::HistogramGenerator::GetSize |
( |
| ) |
const |
|
virtual |
◆ GetStaticNameOfClass()
static const char* mitk::HistogramGenerator::GetStaticNameOfClass |
( |
| ) |
|
|
inlinestatic |
◆ New()
static Pointer mitk::HistogramGenerator::New |
( |
| ) |
|
|
static |
◆ SetImage()
◆ SetSize()
virtual void mitk::HistogramGenerator::SetSize |
( |
int |
_arg | ) |
|
|
virtual |
◆ m_Histogram
HistogramType::ConstPointer mitk::HistogramGenerator::m_Histogram |
|
protected |
◆ m_Image
◆ m_Size
int mitk::HistogramGenerator::m_Size |
|
protected |
The documentation for this class was generated from the following file: