18 #ifndef itkImageShapeModelEstimatorBase_h
19 #define itkImageShapeModelEstimatorBase_h
47 template <
typename TInputImage,
typename TOutputImage = Image<
double, TInputImage::ImageDimension>>
70 PrintSelf(std::ostream & os,
Indent indent)
const override;
73 GenerateData()
override;
78 EstimateShapeModels() = 0;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 # include "itkImageShapeModelEstimatorBase.hxx"