ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogramToImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TFunction | FunctorType |
typedef HistogramType::SizeType | HistogramSizeType |
typedef THistogram | HistogramType |
typedef itk::ImageRegionIteratorWithIndex < OutputImageType > | ImageIteratorType |
typedef HistogramType::MeasurementVectorType | MeasurementVectorType |
typedef Superclass::Pointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef OutputImageType::PointType | PointType |
typedef HistogramToImageFilter | Self |
typedef OutputImageType::SizeType | SizeType |
typedef OutputImageType::SpacingType | SpacingType |
typedef ImageSource< TImage > | Superclass |
Public Types inherited from itk::ImageSource< TImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static const unsigned int | OutputImageDimension |
Protected Attributes | |
FunctorType | m_Functor |
Private Member Functions | |
HistogramToImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
This class takes a histogram as an input and returns an image of type specified by the functor.
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 occurrences of the measurement vector / total number of occurrences of all measurement vectors.
Definition at line 50 of file itkHistogramToImageFilter.h.
typedef SmartPointer< const Self > itk::HistogramToImageFilter< THistogram, TImage, TFunction >::ConstPointer |
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
Definition at line 60 of file itkHistogramToImageFilter.h.
typedef TFunction itk::HistogramToImageFilter< THistogram, TImage, TFunction >::FunctorType |
Standard class typedefs.
Definition at line 56 of file itkHistogramToImageFilter.h.
typedef HistogramType::SizeType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::HistogramSizeType |
Definition at line 83 of file itkHistogramToImageFilter.h.
typedef THistogram itk::HistogramToImageFilter< THistogram, TImage, TFunction >::HistogramType |
Some convenient typedefs.
Definition at line 81 of file itkHistogramToImageFilter.h.
typedef itk::ImageRegionIteratorWithIndex< OutputImageType > itk::HistogramToImageFilter< THistogram, TImage, TFunction >::ImageIteratorType |
Definition at line 69 of file itkHistogramToImageFilter.h.
typedef HistogramType::MeasurementVectorType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::MeasurementVectorType |
Definition at line 82 of file itkHistogramToImageFilter.h.
typedef Superclass::Pointer itk::HistogramToImageFilter< THistogram, TImage, TFunction >::OutputImagePointer |
Reimplemented from itk::ImageSource< TImage >.
Definition at line 63 of file itkHistogramToImageFilter.h.
typedef Superclass::OutputImageRegionType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageSource< TImage >.
Definition at line 75 of file itkHistogramToImageFilter.h.
typedef TImage itk::HistogramToImageFilter< THistogram, TImage, TFunction >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TImage >.
Definition at line 62 of file itkHistogramToImageFilter.h.
typedef OutputImageType::PixelType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::OutputPixelType |
Definition at line 66 of file itkHistogramToImageFilter.h.
typedef SmartPointer< Self > itk::HistogramToImageFilter< THistogram, TImage, TFunction >::Pointer |
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
Definition at line 59 of file itkHistogramToImageFilter.h.
typedef OutputImageType::PointType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::PointType |
Definition at line 65 of file itkHistogramToImageFilter.h.
typedef HistogramToImageFilter itk::HistogramToImageFilter< THistogram, TImage, TFunction >::Self |
Standard class typedefs.
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
Definition at line 57 of file itkHistogramToImageFilter.h.
typedef OutputImageType::SizeType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::SizeType |
Definition at line 84 of file itkHistogramToImageFilter.h.
typedef OutputImageType::SpacingType itk::HistogramToImageFilter< THistogram, TImage, TFunction >::SpacingType |
Definition at line 64 of file itkHistogramToImageFilter.h.
typedef ImageSource< TImage > itk::HistogramToImageFilter< THistogram, TImage, TFunction >::Superclass |
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
Definition at line 58 of file itkHistogramToImageFilter.h.
|
protected |
|
protected |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
|
protectedvirtual |
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< TImage >.
|
protectedvirtual |
Generate the information describing 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.
|
inline |
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 112 of file itkHistogramToImageFilter.h.
|
inline |
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 113 of file itkHistogramToImageFilter.h.
const HistogramType* itk::HistogramToImageFilter< THistogram, TImage, TFunction >::GetInput | ( | void | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::ImageSource< TImage >.
Reimplemented in itk::HistogramToEntropyImageFilter< THistogram, TImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TImage >, itk::HistogramToProbabilityImageFilter< THistogram, TImage >, and itk::HistogramToIntensityImageFilter< THistogram, TImage >.
|
protectedvirtual |
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.
|
inline |
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 101 of file itkHistogramToImageFilter.h.
|
virtual |
void itk::HistogramToImageFilter< THistogram, TImage, TFunction >::SetTotalFrequency | ( | SizeValueType | n | ) |
|
static |
Determine the image dimension.
Definition at line 87 of file itkHistogramToImageFilter.h.
|
protected |
Definition at line 126 of file itkHistogramToImageFilter.h.