ITK  5.4.0
Insight Toolkit
Public Types | Static Public Attributes | List of all members
itk::Statistics::ImageJointDomainTraits< TImage > Class Template Reference

#include <itkJointDomainImageToListSampleAdaptor.h>

Detailed Description

template<typename TImage>
class itk::Statistics::ImageJointDomainTraits< TImage >

This class provides the type definition for the measurement vector in the joint domain (range domain – pixel values + spatial domain – pixel's physical coordinates).

See also
JointDomainImageToListSampleAdaptor

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
 

Member Typedef Documentation

◆ CoordinateRepType

template<typename TImage >
using itk::Statistics::ImageJointDomainTraits< TImage >::CoordinateRepType = float

Definition at line 49 of file itkJointDomainImageToListSampleAdaptor.h.

◆ JoinTraitsType

Definition at line 51 of file itkJointDomainImageToListSampleAdaptor.h.

◆ MeasurementType

template<typename TImage >
using itk::Statistics::ImageJointDomainTraits< TImage >::MeasurementType = typename JoinTraitsType::ValueType

Definition at line 52 of file itkJointDomainImageToListSampleAdaptor.h.

◆ MeasurementVectorType

Definition at line 54 of file itkJointDomainImageToListSampleAdaptor.h.

◆ PixelTraitsType

template<typename TImage >
using itk::Statistics::ImageJointDomainTraits< TImage >::PixelTraitsType = PixelTraits<typename TImage::PixelType>

Definition at line 43 of file itkJointDomainImageToListSampleAdaptor.h.

◆ PointType

Definition at line 50 of file itkJointDomainImageToListSampleAdaptor.h.

◆ RangeDomainMeasurementType

Definition at line 44 of file itkJointDomainImageToListSampleAdaptor.h.

◆ Self

template<typename TImage >
using itk::Statistics::ImageJointDomainTraits< TImage >::Self = ImageJointDomainTraits

Definition at line 42 of file itkJointDomainImageToListSampleAdaptor.h.

Member Data Documentation

◆ Dimension

template<typename TImage >
constexpr unsigned int itk::Statistics::ImageJointDomainTraits< TImage >::Dimension = TImage::ImageDimension + PixelTraitsType::Dimension
staticconstexpr

Definition at line 47 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageDimension

template<typename TImage >
constexpr unsigned int itk::Statistics::ImageJointDomainTraits< TImage >::ImageDimension = TImage::ImageDimension
staticconstexpr

Definition at line 46 of file itkJointDomainImageToListSampleAdaptor.h.


The documentation for this class was generated from the following file: