|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarImageToCooccurrenceListSampleFilter_h
19 #define itkScalarImageToCooccurrenceListSampleFilter_h
51 template <
typename TImage>
81 using Superclass::SetInput;
99 static constexpr
unsigned int MeasurementVectorSize = 2;
102 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
108 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 using Superclass::MakeOutput;
118 GenerateData()
override;
126 #ifndef ITK_MANUAL_INSTANTIATION
127 # include "itkScalarImageToCooccurrenceListSampleFilter.hxx"
This class is the native implementation of the a Sample with an STL container.
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
OffsetTable m_OffsetTable
A neighborhood iterator which can take on an arbitrary shape.
Light weight base class for most itk classes.
typename SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
Simulate a standard C array with copy semantics.
typename Superclass::OffsetType OffsetType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
typename ShapedNeighborhoodIteratorType::OffsetType OffsetType
std::vector< OffsetType > OffsetTable
SmartPointer< Self > Pointer
Converts pixel data into a list of pairs in order to compute a cooccurrence Histogram.
typename Superclass::MeasurementVectorSizeType MeasurementVectorSizeType