ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkJointDomainImageToListSampleAdaptor.h>
This class provides the type definition for the measurement vector in the joint domain (range domain – pixel values + spatial domain – pixel's physical coordinates).
Definition at line 40 of file itkJointDomainImageToListSampleAdaptor.h.
Public Types | |
using | CoordinateRepType = float |
using | JoinTraitsType = JoinTraits< RangeDomainMeasurementType, CoordinateRepType > |
using | MeasurementType = typename JoinTraitsType::ValueType |
using | MeasurementVectorType = FixedArray< MeasurementType, Self::Dimension > |
using | PixelTraitsType = PixelTraits< typename TImage::PixelType > |
using | PointType = Point< CoordinateRepType, Self::ImageDimension > |
using | RangeDomainMeasurementType = typename PixelTraitsType::ValueType |
using | Self = ImageJointDomainTraits |
Static Public Attributes | |
static constexpr unsigned int | Dimension = TImage::ImageDimension + PixelTraitsType::Dimension |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
using itk::Statistics::ImageJointDomainTraits< TImage >::CoordinateRepType = float |
Definition at line 48 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::JoinTraitsType = JoinTraits< RangeDomainMeasurementType, CoordinateRepType > |
Definition at line 50 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::MeasurementType = typename JoinTraitsType::ValueType |
Definition at line 51 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::MeasurementVectorType = FixedArray< MeasurementType, Self::Dimension > |
Definition at line 54 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::PixelTraitsType = PixelTraits< typename TImage::PixelType > |
Definition at line 42 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::PointType = Point< CoordinateRepType, Self::ImageDimension > |
Definition at line 49 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::RangeDomainMeasurementType = typename PixelTraitsType::ValueType |
Definition at line 43 of file itkJointDomainImageToListSampleAdaptor.h.
using itk::Statistics::ImageJointDomainTraits< TImage >::Self = ImageJointDomainTraits |
Definition at line 41 of file itkJointDomainImageToListSampleAdaptor.h.
|
static |
Definition at line 46 of file itkJointDomainImageToListSampleAdaptor.h.
|
static |
Definition at line 45 of file itkJointDomainImageToListSampleAdaptor.h.