|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageClassifierBase_h
19 #define itkImageClassifierBase_h
70 template <
typename TInputImage,
typename TClassifiedImage>
142 PrintSelf(std::ostream & os,
Indent indent)
const override;
150 GenerateData()
override;
164 #ifndef ITK_MANUAL_INSTANTIATION
165 # include "itkImageClassifierBase.hxx"
typename TInputImage::Pointer InputImagePointer
typename Superclass::MembershipFunctionType MembershipFunctionType
typename TClassifiedImage::PixelType ClassifiedImagePixelType
Base class for classifier objects.
typename Superclass::DecisionRuleType DecisionRuleType
ImageBaseType::SizeType SizeType
typename Superclass::MembershipFunctionPointer MembershipFunctionPointer
Control indentation during Print() invocation.
typename TInputImage::ConstPointer InputImageConstPointer
A multi-dimensional iterator templated over image type that walks a region of pixels.
typename TInputImage::SizeType InputImageSizeType
Light weight base class for most itk classes.
typename Superclass::MeasurementVectorType MeasurementVectorType
ClassifiedImagePointer m_ClassifiedImage
Base class for the ImageClassifierBase object.
typename TInputImage::PixelType InputImagePixelType
typename TClassifiedImage::Pointer ClassifiedImagePointer
typename Superclass::MembershipFunctionPointerVector MembershipFunctionPointerVector
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TInputImage InputImageType
InputImageConstPointer m_InputImage
Base class for most ITK classes.
A multi-dimensional iterator templated over image type that walks a region of pixels.