#include <itkJointDomainImageToListAdaptor.h>
Inheritance diagram for itk::Statistics::JointDomainImageToListAdaptor< TImage >:
This class is a derived class of the ImageToListAdaptor. This class overrides the GetMeasurementVector method. The GetMeasurementVector returns a measurement vector that consist of a pixel's physical coordinates and intensity value. For example, if the image dimension is 3, and the pixel value is two component vector, the measurement vector is a 5 component vector. The first three component will be x, y, z physical coordinates (not index) and the rest two component is the pixel values. The type of component is float or which is determined by the ImageJointDomainTraits class. When the pixel value type is double, the component value type of a measurement vector is double. In other case, the component value type is float becase the physical coordinate value type is float. Since the measurment vector is a composition of spatial domain and range domain, for many statistical analysis, we want to normalize the values from both domains. For this purpose, there is the SetNormalizationFactors method. With the above example (5 component measurement vector), you can specify a 5 component normalization factor array. With such factors, the GetMeasurementVector method returns a measurement vector whose each component is divided by the corresponding component of the factor array.
Definition at line 90 of file itkJointDomainImageToListAdaptor.h.
|
Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 111 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 105 of file itkJointDomainImageToListAdaptor.h. |
|
typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 126 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 129 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 130 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 133 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 96 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 132 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 131 of file itkJointDomainImageToListAdaptor.h. |
|
Instance Identifier typedef support this identifier will be unique sequential id for each measurement vector in a Sample subclass. Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 127 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 146 of file itkJointDomainImageToListAdaptor.h. |
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 100 of file itkJointDomainImageToListAdaptor.h. |
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 98 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 149 of file itkJointDomainImageToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 110 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 103 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 102 of file itkJointDomainImageToListAdaptor.h. |
|
Definition at line 144 of file itkJointDomainImageToListAdaptor.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 107 of file itkJointDomainImageToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 109 of file itkJointDomainImageToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. Definition at line 135 of file itkJointDomainImageToListAdaptor.h. |
|
|
|
Definition at line 173 of file itkJointDomainImageToListAdaptor.h. |
|
Computes the image region (rectangular) that enclose the ball defined by the mv (center) and the radius. |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. |
|
Gets the measurement vector specified by the instance identifier. This method overrides superclass method. Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. |
|
|
|
the number of components in a measurement vector |
|
Method for creation through the object factory. Reimplemented from itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. |
|
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::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >. |
|
Fills he result id vectors with instances that fall within a ball specified by the mv (center) and radius. This method utilizes the ComputRegion |
|
Sets the normalization factors |