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