5 #include <itkVectorImage.h> 13 template <
class PixelScalarType>
45 itkSetMacro(PatchHalfSize,
unsigned int)
51 this->SetNumberOfRequiredOutputs(2);
52 this->SetNthOutput(0,this->MakeOutput(0));
53 this->SetNthOutput(1,this->MakeOutput(1));
66 unsigned int m_PatchHalfSize;
InputImageType::IndexType InputImageIndexType
Superclass::MaskImageType MaskImageType
InputImageType::Pointer InputImagePointer
virtual ~LocalPatchCovarianceDistanceImageFilter()
InputImageType::PixelType VectorType
itk::VectorImage< PixelScalarType, 3 > InputImageType
Superclass::OutputImageRegionType OutputImageRegionType
OutputImageType::Pointer OutputImagePointer
LocalPatchCovarianceDistanceImageFilter< PixelScalarType > Self
vnl_matrix< double > CovarianceType
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
itk::Image< PixelScalarType, 3 > OutputImageType
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE
void BeforeThreadedGenerateData() ITK_OVERRIDE