ITK  5.4.0
Insight Toolkit
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::Statistics::JointDomainImageToListSampleAdaptor< TImage > Class Template Reference

#include <itkJointDomainImageToListSampleAdaptor.h>

Detailed Description

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

This adaptor returns measurement vectors composed of an image pixel's range domain value (pixel value) and spatial domain value (pixel's physical coordinates).

This class is a derived class of the ListSample class. 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 because the physical coordinate value type is float. Since the measurement 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.

See also
Sample, ListSample, ImageToListSampleAdaptor

Definition at line 88 of file itkJointDomainImageToListSampleAdaptor.h.

+ Inheritance diagram for itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >:
+ Collaboration diagram for itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >:

Classes

class  ConstIterator
 
class  Iterator
 

Public Types

using ConstPointer = SmartPointer< const Self >
 
using CoordinateRepType = typename ImageJointDomainTraitsType::CoordinateRepType
 
using ImageConstIteratorType = ImageRegionConstIterator< ImageType >
 
using ImageConstPointer = typename ImageType::ConstPointer
 
using ImageIndexType = typename ImageType::IndexType
 
using ImageIteratorType = ImageRegionIterator< ImageType >
 
using ImageJointDomainTraitsType = ImageJointDomainTraits< TImage >
 
using ImagePointer = typename ImageType::Pointer
 
using ImageRegionType = typename ImageType::RegionType
 
using ImageSizeType = typename ImageType::SizeType
 
using ImageType = TImage
 
using InstanceIdentifierVectorType = std::vector< InstanceIdentifier >
 
using MeasurementType = typename ImageJointDomainTraitsType::MeasurementType
 
using MeasurementVectorType = typename ImageJointDomainTraitsType::MeasurementVectorType
 
using NormalizationFactorsType = FixedArray< float, Self::MeasurementVectorSize >
 
using PixelContainerConstPointer = typename ImageType::PixelContainerConstPointer
 
using PixelType = typename ImageType::PixelType
 
using Pointer = SmartPointer< Self >
 
using PointType = typename ImageJointDomainTraitsType::PointType
 
using RangeDomainMeasurementType = typename ImageJointDomainTraitsType::RangeDomainMeasurementType
 
using RangeDomainMeasurementVectorType = FixedArray< RangeDomainMeasurementType, Self::RangeDomainDimension >
 
using Self = JointDomainImageToListSampleAdaptor
 
using Superclass = ListSample< typename ImageJointDomainTraits< TImage >::MeasurementVectorType >
 
using ValueType = MeasurementVectorType
 
- Public Types inherited from itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
using ConstPointer = SmartPointer< const Self >
 
using InternalDataContainerType = std::vector< MeasurementVectorType >
 
using Pointer = SmartPointer< Self >
 
using Self = ListSample
 
using Superclass = Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
 
using ValueType = MeasurementVectorType
 
- Public Types inherited from itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
using AbsoluteFrequencyType = MeasurementVectorTraits::AbsoluteFrequencyType
 
using ConstPointer = SmartPointer< const Self >
 
using InstanceIdentifier = typename MeasurementVectorTraits::InstanceIdentifier
 
using MeasurementType = typename MeasurementVectorTraitsTypes< MeasurementVectorType >::ValueType
 
using MeasurementVectorSizeType = unsigned int
 
using MeasurementVectorType = ImageJointDomainTraits< TImage >::MeasurementVectorType
 
using Pointer = SmartPointer< Self >
 
using Self = Sample
 
using Superclass = DataObject
 
using TotalAbsoluteFrequencyType = NumericTraits< AbsoluteFrequencyType >::AccumulateType
 
- Public Types inherited from itk::DataObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = std::string
 
using DataObjectPointerArraySizeType = std::vector< Pointer >::size_type
 
using Pointer = SmartPointer< Self >
 
using Self = DataObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

Iterator Begin ()
 
ConstIterator Begin () const
 
Iterator End ()
 
ConstIterator End () const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const override
 
const TImage * GetImage () const
 
const MeasurementVectorTypeGetMeasurementVector (InstanceIdentifier id) const override
 
const char * GetNameOfClass () const override
 
TotalAbsoluteFrequencyType GetTotalFrequency () const override
 
void SetImage (const TImage *image)
 
void SetNormalizationFactors (NormalizationFactorsType &factors)
 
InstanceIdentifier Size () const override
 
virtual void SetUsePixelContainer (bool _arg)
 
virtual bool GetUsePixelContainer () const
 
virtual void UsePixelContainerOn ()
 
- Public Member Functions inherited from itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
Iterator Begin ()
 
ConstIterator Begin () const
 
void Clear ()
 
Iterator End ()
 
ConstIterator End () const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier instanceId) const override
 
const MeasurementVectorTypeGetMeasurementVector (InstanceIdentifier instanceId) const override
 
const char * GetNameOfClass () const override
 
TotalAbsoluteFrequencyType GetTotalFrequency () const override
 
void Graft (const DataObject *thatObject) override
 
void PushBack (const MeasurementVectorType &mv)
 
void Resize (InstanceIdentifier newsize)
 
void SetMeasurement (InstanceIdentifier instanceId, unsigned int dim, const MeasurementType &value)
 
void SetMeasurementVector (InstanceIdentifier instanceId, const MeasurementVectorType &mv)
 
InstanceIdentifier Size () const override
 
- Public Member Functions inherited from itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
virtual MeasurementVectorSizeType GetMeasurementVectorSize () const
 
const char * GetNameOfClass () const override
 
void Graft (const DataObject *thatObject) override
 
virtual void SetMeasurementVectorSize (MeasurementVectorSizeType s)
 
- Public Member Functions inherited from itk::DataObject
virtual void CopyInformation (const DataObject *)
 
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointer< ProcessObjectGetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void Initialize ()
 
virtual void PrepareForNewData ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOn ()
 
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
virtual void SetRequestedRegion (const DataObject *)
 
virtual void SetRequestedRegionToLargestPossibleRegion ()
 
bool ShouldIReleaseData () const
 
virtual void Update ()
 
virtual void UpdateOutputData ()
 
virtual void UpdateOutputInformation ()
 
void UpdateSource () const
 
virtual bool VerifyRequestedRegion ()
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::DataObject
static bool GetGlobalReleaseDataFlag ()
 
static void GlobalReleaseDataFlagOff ()
 
static void GlobalReleaseDataFlagOn ()
 
static Pointer New ()
 
static void SetGlobalReleaseDataFlag (bool val)
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int MeasurementVectorSize = ImageJointDomainTraitsType::Dimension
 
static constexpr unsigned int RangeDomainDimension = itk::PixelTraits<typename TImage::PixelType>::Dimension
 

Protected Member Functions

 JointDomainImageToListSampleAdaptor ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~JointDomainImageToListSampleAdaptor () override=default
 
- Protected Member Functions inherited from itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
 ListSample ()=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ListSample () override=default
 
- Protected Member Functions inherited from itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 Sample ()
 
 ~Sample () override=default
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
virtual void PropagateResetPipeline ()
 
 ~DataObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

ImageConstPointer m_Image {}
 
NormalizationFactorsType m_NormalizationFactors {}
 
PixelContainerConstPointer m_PixelContainer {}
 
ImageIndexType m_TempIndex {}
 
PointType m_TempPoint {}
 
RangeDomainMeasurementVectorType m_TempRangeVector {}
 
MeasurementVectorType m_TempVector {}
 
bool m_UsePixelContainer {}
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ConstPointer = SmartPointer<const Self>

Definition at line 100 of file itkJointDomainImageToListSampleAdaptor.h.

◆ CoordinateRepType

Definition at line 108 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageConstIteratorType

Definition at line 130 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageConstPointer

Definition at line 133 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageIndexType

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ImageIndexType = typename ImageType::IndexType

Definition at line 136 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageIteratorType

Definition at line 129 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageJointDomainTraitsType

Definition at line 102 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImagePointer

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ImagePointer = typename ImageType::Pointer

Definition at line 132 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageRegionType

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ImageRegionType = typename ImageType::RegionType

Definition at line 138 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageSizeType

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ImageSizeType = typename ImageType::SizeType

Definition at line 137 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ImageType

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ImageType = TImage

Image type alias

Definition at line 128 of file itkJointDomainImageToListSampleAdaptor.h.

◆ InstanceIdentifierVectorType

Definition at line 165 of file itkJointDomainImageToListSampleAdaptor.h.

◆ MeasurementType

Definition at line 105 of file itkJointDomainImageToListSampleAdaptor.h.

◆ MeasurementVectorType

Definition at line 104 of file itkJointDomainImageToListSampleAdaptor.h.

◆ NormalizationFactorsType

Definition at line 166 of file itkJointDomainImageToListSampleAdaptor.h.

◆ PixelContainerConstPointer

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::PixelContainerConstPointer = typename ImageType::PixelContainerConstPointer

Definition at line 135 of file itkJointDomainImageToListSampleAdaptor.h.

◆ PixelType

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::PixelType = typename ImageType::PixelType

Definition at line 134 of file itkJointDomainImageToListSampleAdaptor.h.

◆ Pointer

template<typename TImage >
using itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::Pointer = SmartPointer<Self>

Definition at line 99 of file itkJointDomainImageToListSampleAdaptor.h.

◆ PointType

Definition at line 107 of file itkJointDomainImageToListSampleAdaptor.h.

◆ RangeDomainMeasurementType

Definition at line 106 of file itkJointDomainImageToListSampleAdaptor.h.

◆ RangeDomainMeasurementVectorType

Definition at line 163 of file itkJointDomainImageToListSampleAdaptor.h.

◆ Self

Standard class type aliases

Definition at line 95 of file itkJointDomainImageToListSampleAdaptor.h.

◆ Superclass

Definition at line 97 of file itkJointDomainImageToListSampleAdaptor.h.

◆ ValueType

Definition at line 139 of file itkJointDomainImageToListSampleAdaptor.h.

Constructor & Destructor Documentation

◆ JointDomainImageToListSampleAdaptor()

◆ ~JointDomainImageToListSampleAdaptor()

template<typename TImage >
itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::~JointDomainImageToListSampleAdaptor ( )
overrideprotecteddefault

Member Function Documentation

◆ Begin() [1/2]

template<typename TImage >
Iterator itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::Begin ( )
inline

returns an iterator that points to the beginning of the container

Definition at line 297 of file itkJointDomainImageToListSampleAdaptor.h.

Referenced by itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator().

◆ Begin() [2/2]

template<typename TImage >
ConstIterator itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::Begin ( ) const
inline

returns an iterator that points to the beginning of the container

Definition at line 315 of file itkJointDomainImageToListSampleAdaptor.h.

◆ End() [1/2]

template<typename TImage >
Iterator itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::End ( )
inline

returns an iterator that points to the end of the container

Definition at line 306 of file itkJointDomainImageToListSampleAdaptor.h.

◆ End() [2/2]

template<typename TImage >
ConstIterator itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::End ( ) const
inline

returns an iterator that points to the end of the container

Definition at line 324 of file itkJointDomainImageToListSampleAdaptor.h.

◆ GetFrequency()

template<typename TImage >
AbsoluteFrequencyType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetFrequency ( InstanceIdentifier  id) const
overridevirtual

◆ GetImage()

template<typename TImage >
const TImage* itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetImage ( ) const

Method to get the image

◆ GetMeasurementVector()

template<typename TImage >
const MeasurementVectorType& itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetMeasurementVector ( InstanceIdentifier  id) const
overridevirtual

Gets the measurement vector specified by the instance identifier. This method overrides superclass method.

Implements itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >.

◆ GetNameOfClass()

template<typename TImage >
const char* itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::DataObject.

◆ GetTotalFrequency()

template<typename TImage >
TotalAbsoluteFrequencyType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetTotalFrequency ( ) const
overridevirtual

◆ GetUsePixelContainer()

template<typename TImage >
virtual bool itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::GetUsePixelContainer ( ) const
virtual

Method to set UsePixelContainer flag

◆ New()

template<typename TImage >
static Pointer itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TImage >
void itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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::DataObject.

◆ SetImage()

template<typename TImage >
void itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::SetImage ( const TImage *  image)

Method to set the image

◆ SetNormalizationFactors()

template<typename TImage >
void itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::SetNormalizationFactors ( NormalizationFactorsType factors)

Sets the normalization factors

◆ SetUsePixelContainer()

template<typename TImage >
virtual void itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::SetUsePixelContainer ( bool  _arg)
virtual

Method to set UsePixelContainer flag

◆ Size()

template<typename TImage >
InstanceIdentifier itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::Size ( ) const
overridevirtual

returns the number of measurement vectors in this container

Implements itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >.

◆ UsePixelContainerOn()

template<typename TImage >
virtual void itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::UsePixelContainerOn ( )
virtual

Method to set UsePixelContainer flag

Member Data Documentation

◆ m_Image

template<typename TImage >
ImageConstPointer itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_Image {}
private

Definition at line 343 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_NormalizationFactors

template<typename TImage >
NormalizationFactorsType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_NormalizationFactors {}
private

Definition at line 338 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_PixelContainer

template<typename TImage >
PixelContainerConstPointer itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_PixelContainer {}
private

Definition at line 346 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_TempIndex

template<typename TImage >
ImageIndexType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_TempIndex {}
mutableprivate

Definition at line 341 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_TempPoint

template<typename TImage >
PointType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_TempPoint {}
mutableprivate

Definition at line 340 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_TempRangeVector

template<typename TImage >
RangeDomainMeasurementVectorType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_TempRangeVector {}
mutableprivate

Definition at line 342 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_TempVector

template<typename TImage >
MeasurementVectorType itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_TempVector {}
mutableprivate

Definition at line 339 of file itkJointDomainImageToListSampleAdaptor.h.

◆ m_UsePixelContainer

template<typename TImage >
bool itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::m_UsePixelContainer {}
private

Definition at line 344 of file itkJointDomainImageToListSampleAdaptor.h.

◆ MeasurementVectorSize

template<typename TImage >
constexpr unsigned int itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::MeasurementVectorSize = ImageJointDomainTraitsType::Dimension
staticconstexpr

the number of components in a measurement vector

Definition at line 117 of file itkJointDomainImageToListSampleAdaptor.h.

◆ RangeDomainDimension

template<typename TImage >
constexpr unsigned int itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::RangeDomainDimension = itk::PixelTraits<typename TImage::PixelType>::Dimension
staticconstexpr

Definition at line 161 of file itkJointDomainImageToListSampleAdaptor.h.


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