Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Container class for storing the computed image statistics. More...
#include <mitkImageStatisticsCalculator.h>
Public Types | |
typedef StatisticsContainer | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef double | RealType |
Public Member Functions | |
virtual const char * | GetClassName () const |
statisticsMapType | GetStatisticsAsMap () |
Returns a std::map<std::string, StatisticsValueType (aka double)> containing all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram) More... | |
void | Reset () |
Deletes all stored values. More... | |
void | SetN (long n) |
const long & | GetN () const |
void | SetMean (RealType mean) |
const RealType & | GetMean () const |
void | SetVariance (RealType variance) |
const RealType & | GetVariance () const |
void | SetStd (RealType std) |
const RealType & | GetStd () const |
void | SetMin (RealType minVal) |
const RealType & | GetMin () const |
void | SetMax (RealType maxVal) |
const RealType & | GetMax () const |
void | SetRMS (RealType rms) |
const RealType & | GetRMS () const |
void | SetSkewness (RealType skewness) |
const RealType & | GetSkewness () const |
void | SetKurtosis (RealType kurtosis) |
const RealType & | GetKurtosis () const |
void | SetMPP (RealType mpp) |
const RealType & | GetMPP () const |
void | SetLabel (unsigned int label) |
const unsigned int & | GetLabel () const |
void | SetMinIndex (vnl_vector< int > minIndex) |
vnl_vector< int > | GetMinIndex () const |
void | SetMaxIndex (vnl_vector< int > maxIndex) |
vnl_vector< int > | GetMaxIndex () const |
void | SetHistogram (HistogramType::Pointer hist) |
const HistogramType::Pointer | GetHistogram () const |
void | SetEntropy (RealType entropy) |
const RealType & | GetEntropy () const |
void | SetMedian (RealType median) |
const RealType & | GetMedian () const |
void | SetUniformity (RealType uniformity) |
const RealType & | GetUniformity () const |
void | SetUPP (RealType upp) |
const RealType & | GetUPP () const |
void | Print () |
Creates a StatisticsMapType containing all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram) and prints its contents to std::cout. More... | |
std::string | GetAsString () |
Generates a string that contains all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram) More... | |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
StatisticsContainer () | |
Container class for storing the computed image statistics.
Documentation Container class for storing the computed image statistics. Stored statistics are:
It furthermore stores the following:
Definition at line 58 of file mitkImageStatisticsCalculator.h.
typedef itk::SmartPointer< const Self > mitk::ImageStatisticsCalculator::StatisticsContainer::ConstPointer |
Definition at line 65 of file mitkImageStatisticsCalculator.h.
typedef itk::SmartPointer< Self > mitk::ImageStatisticsCalculator::StatisticsContainer::Pointer |
Definition at line 64 of file mitkImageStatisticsCalculator.h.
typedef double mitk::ImageStatisticsCalculator::StatisticsContainer::RealType |
Definition at line 73 of file mitkImageStatisticsCalculator.h.
typedef StatisticsContainer mitk::ImageStatisticsCalculator::StatisticsContainer::Self |
Standard Self typedef
Definition at line 62 of file mitkImageStatisticsCalculator.h.
typedef itk::Object mitk::ImageStatisticsCalculator::StatisticsContainer::Superclass |
Definition at line 63 of file mitkImageStatisticsCalculator.h.
|
protected |
Definition at line 519 of file mitkImageStatisticsCalculator.cpp.
std::string mitk::ImageStatisticsCalculator::StatisticsContainer::GetAsString | ( | ) |
Generates a string that contains all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram)
Documentation
Definition at line 612 of file mitkImageStatisticsCalculator.cpp.
|
virtual |
Runtime information support.
|
inline |
Definition at line 231 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 221 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 168 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 188 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 138 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 208 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 98 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 241 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 128 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 198 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 178 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 88 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 148 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 158 of file mitkImageStatisticsCalculator.h.
ImageStatisticsCalculator::statisticsMapType mitk::ImageStatisticsCalculator::StatisticsContainer::GetStatisticsAsMap | ( | ) |
Returns a std::map<std::string, StatisticsValueType (aka double)> containing all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram)
Documentation
Definition at line 539 of file mitkImageStatisticsCalculator.cpp.
|
inline |
Definition at line 118 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 251 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 261 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 108 of file mitkImageStatisticsCalculator.h.
|
static |
Method for creation through the object factory.
Referenced by mitk::ImageStatisticsCalculator::GetStatistics(), mitk::PointSetDifferenceStatisticsCalculator::PointSetDifferenceStatisticsCalculator(), and QmitkC3jsWidget::QmitkC3jsWidget().
void mitk::ImageStatisticsCalculator::StatisticsContainer::Print | ( | ) |
Creates a StatisticsMapType containing all real valued statistics stored in this class (= all statistics except minIndex, maxIndex and the histogram) and prints its contents to std::cout.
Documentation
Definition at line 585 of file mitkImageStatisticsCalculator.cpp.
void mitk::ImageStatisticsCalculator::StatisticsContainer::Reset | ( | void | ) |
Deletes all stored values.
Documentation
Definition at line 563 of file mitkImageStatisticsCalculator.cpp.
References mitk::New().
|
inline |
Definition at line 226 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 213 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 163 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 183 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 133 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 203 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 93 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 236 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 123 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 193 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 173 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 83 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 143 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 153 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 113 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 246 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 256 of file mitkImageStatisticsCalculator.h.
|
inline |
Definition at line 103 of file mitkImageStatisticsCalculator.h.