#include <itkHistogramToImageFilter.h>
Inheritance diagram for itk::HistogramToImageFilter< THistogram, TFunction >:
The dimension of the image is equal to the size of each measurement vector of the histogram. The size in the image along each dimension will be equal to the number of bins along each dimension of the histogram.
The filter may be used in registration methods to plot the joint histogram after every iteration. A functor is used since it is customary to plot p log p where p is the probability of each measurement vector p is given by Number of occurances of the measurement vector / total number of occurances of all measurement vectors.
Definition at line 51 of file itkHistogramToImageFilter.h.
|
Reimplemented from itk::ImageSource< TOutputImage >. Reimplemented in itk::HistogramToEntropyImageFilter< THistogram >, itk::HistogramToIntensityImageFilter< THistogram >, itk::HistogramToLogProbabilityImageFilter< THistogram >, and itk::HistogramToProbabilityImageFilter< THistogram >. Definition at line 65 of file itkHistogramToImageFilter.h. |
|
Standard class typedefs. Definition at line 58 of file itkHistogramToImageFilter.h. |
|
Definition at line 92 of file itkHistogramToImageFilter.h. |
|
Some convenient typedefs. Definition at line 90 of file itkHistogramToImageFilter.h. |
|
Definition at line 78 of file itkHistogramToImageFilter.h. |
|
Since histograms are not dataobjects, we use the decorator to push them down the pipeline Definition at line 97 of file itkHistogramToImageFilter.h. |
|
Definition at line 91 of file itkHistogramToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 70 of file itkHistogramToImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 87 of file itkHistogramToImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkHistogramToImageFilter.h. |
|
Definition at line 59 of file itkHistogramToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Reimplemented in itk::HistogramToEntropyImageFilter< THistogram >, itk::HistogramToIntensityImageFilter< THistogram >, itk::HistogramToLogProbabilityImageFilter< THistogram >, and itk::HistogramToProbabilityImageFilter< THistogram >. Definition at line 64 of file itkHistogramToImageFilter.h. |
|
Definition at line 72 of file itkHistogramToImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Reimplemented in itk::HistogramToEntropyImageFilter< THistogram >, itk::HistogramToIntensityImageFilter< THistogram >, itk::HistogramToLogProbabilityImageFilter< THistogram >, and itk::HistogramToProbabilityImageFilter< THistogram >. Definition at line 60 of file itkHistogramToImageFilter.h. |
|
Definition at line 93 of file itkHistogramToImageFilter.h. |
|
Definition at line 71 of file itkHistogramToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 63 of file itkHistogramToImageFilter.h. |
|
|
|
|
|
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information. Reimplemented from itk::ProcessObject. Definition at line 162 of file itkHistogramToImageFilter.h. |
|
Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.) Definition at line 151 of file itkHistogramToImageFilter.h. |
|
Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.) Definition at line 150 of file itkHistogramToImageFilter.h. |
|
Set/Get the input of this process object. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageSource< TOutputImage >. |
|
Get the origin of the image. |
|
Get the size of the histogram. |
|
Get the spacing (size of a pixel) of the image. For ImageBase and Image, the default data spacing is unity. |
|
Determine the image dimension. |
|
Method for creation through the object factory. Reimplemented from itk::Object. Reimplemented in itk::HistogramToEntropyImageFilter< THistogram >, itk::HistogramToIntensityImageFilter< THistogram >, itk::HistogramToLogProbabilityImageFilter< THistogram >, and itk::HistogramToProbabilityImageFilter< THistogram >. |
|
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::ProcessObject. |
|
Set the functor object. This replaces the current Functor with a copy of the specified Functor. This allows the user to specify a functor that has ivars set differently than the default functor. This method requires an operator!=() be defined on the functor (or the compiler's default implementation of operator!=() being appropriate). Definition at line 140 of file itkHistogramToImageFilter.h. |
|
Set/Get the input of this process object. |
|
Set/Get the input of this process object. |
|
Set the origin of the image.
|
|
Set the origin of the image.
|
|
Set the spacing (size of a pixel) of the image.
|
|
Set the spacing (size of a pixel) of the image.
|
|
|
|
Definition at line 165 of file itkHistogramToImageFilter.h. |
|
Definition at line 169 of file itkHistogramToImageFilter.h. |
|
Definition at line 167 of file itkHistogramToImageFilter.h. |
|
Definition at line 168 of file itkHistogramToImageFilter.h. |