#include <itkSparseFrequencyContainer.h>
Inheritance diagram for itk::Statistics::SparseFrequencyContainer:
This class uses an map to store histogram. If your histogram is dense use DenseHistogram. You should access each bin by (InstanceIdentifier)index or measurement vector.
Definition at line 36 of file itkSparseFrequencyContainer.h.
|
Reimplemented from itk::Object. Definition at line 43 of file itkSparseFrequencyContainer.h. |
|
Definition at line 62 of file itkSparseFrequencyContainer.h. |
|
Histogram typedef support Definition at line 60 of file itkSparseFrequencyContainer.h. Referenced by ~SparseFrequencyContainer(). |
|
frequency type alias Definition at line 54 of file itkSparseFrequencyContainer.h. |
|
instance idenfitifer alias Definition at line 51 of file itkSparseFrequencyContainer.h. |
|
Reimplemented from itk::Object. Definition at line 42 of file itkSparseFrequencyContainer.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 40 of file itkSparseFrequencyContainer.h. Referenced by ~SparseFrequencyContainer(). |
|
Reimplemented from itk::Object. Definition at line 41 of file itkSparseFrequencyContainer.h. |
|
Total frequency type Definition at line 57 of file itkSparseFrequencyContainer.h. Referenced by ~SparseFrequencyContainer(). |
|
|
|
Definition at line 89 of file itkSparseFrequencyContainer.h. References FrequencyContainerType, Self, and TotalFrequencyType. |
|
Method to get the frequency of a bin from the histogram. It will return zero when the Id is out of bounds. |
|
Standard macros Reimplemented from itk::Object. |
|
Definition at line 84 of file itkSparseFrequencyContainer.h. |
|
Method to increase the frequency by one. This function is convinent to create a histogram. It returns false when the id is out of bounds. |
|
prepares the frequency container |
|
Standard macros Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. |
|
Method to set the frequency of histogram using instance identifier. It returns false when the Id is out of bounds |
|
Calls the SetToZero method of superclass to initialize all the bins to Zero. This should be done before starting to call the IncreaseFrequency method. |