Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Provides an easy way to calculate an itk::Histogram for a mitk::Image. More...
#include <mitkHistogramGenerator.h>
Public Types | |
typedef HistogramGenerator | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::Statistics::Histogram< double > | HistogramType |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
virtual void | SetImage (mitk::Image::ConstPointer _arg) |
virtual void | SetSize (int _arg) |
virtual int | GetSize () const |
virtual const HistogramType * | GetHistogram () |
void | ComputeHistogram () |
float | GetMaximumFrequency () const |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
static float | CalculateMaximumFrequency (const HistogramType *histogram) |
Protected Member Functions | |
HistogramGenerator () | |
virtual | ~HistogramGenerator () |
Protected Attributes | |
mitk::Image::ConstPointer | m_Image |
int | m_Size |
HistogramType::ConstPointer | m_Histogram |
Provides an easy way to calculate an itk::Histogram for a mitk::Image.
Definition at line 30 of file mitkHistogramGenerator.h.
typedef itk::SmartPointer<const Self> mitk::HistogramGenerator::ConstPointer |
Definition at line 33 of file mitkHistogramGenerator.h.
typedef itk::Statistics::Histogram<double> mitk::HistogramGenerator::HistogramType |
Definition at line 35 of file mitkHistogramGenerator.h.
Definition at line 33 of file mitkHistogramGenerator.h.
Definition at line 33 of file mitkHistogramGenerator.h.
typedef itk::Object mitk::HistogramGenerator::Superclass |
Definition at line 33 of file mitkHistogramGenerator.h.
|
protected |
Definition at line 36 of file mitkHistogramGenerator.cpp.
|
protectedvirtual |
Definition at line 40 of file mitkHistogramGenerator.cpp.
|
static |
Definition at line 114 of file mitkHistogramGenerator.cpp.
Pointer mitk::HistogramGenerator::Clone | ( | ) | const |
void mitk::HistogramGenerator::ComputeHistogram | ( | ) |
Definition at line 67 of file mitkHistogramGenerator.cpp.
References AccessByItk_n, InternalCompute(), mitk::ImageTimeSelector::New(), and Update().
Referenced by mitk::ImageStatisticsHolder::GetScalarHistogram().
|
inlinevirtual |
Definition at line 33 of file mitkHistogramGenerator.h.
|
virtual |
|
virtual |
Referenced by mitk::ImageStatisticsHolder::GetScalarHistogram().
float mitk::HistogramGenerator::GetMaximumFrequency | ( | ) | const |
Definition at line 109 of file mitkHistogramGenerator.cpp.
|
virtual |
Referenced by InternalCompute().
|
inlinestatic |
Definition at line 33 of file mitkHistogramGenerator.h.
|
static |
|
virtual |
Referenced by mitk::ImageStatisticsHolder::GetScalarHistogram().
|
virtual |
|
protected |
Definition at line 54 of file mitkHistogramGenerator.h.
|
protected |
Definition at line 52 of file mitkHistogramGenerator.h.
|
protected |
Definition at line 53 of file mitkHistogramGenerator.h.