|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageGaussianModelEstimator_h
19 #define itkImageGaussianModelEstimator_h
24 #include "vnl/vnl_vector.h"
25 #include "vnl/vnl_matrix.h"
26 #include "vnl/vnl_matrix_fixed.h"
28 #include "vnl/algo/vnl_matrix_inverse.h"
75 template <
typename TInputImage,
typename TMembershipFunction,
typename TTrainingImage>
130 PrintSelf(std::ostream & os,
Indent indent)
const override;
134 GenerateData()
override;
154 EstimateModels()
override;
157 EstimateGaussianModelParameters();
161 #ifndef ITK_MANUAL_INSTANTIATION
162 # include "itkImageGaussianModelEstimator.hxx"
TrainingImagePointer m_TrainingImage
typename TTrainingImage::ConstPointer TrainingImageConstPointer
typename TInputImage::Pointer InputImagePointer
typename TInputImage::SizeType InputImageSizeType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
TMembershipFunction MembershipFunctionType
MatrixType m_NumberOfSamples
A multi-dimensional iterator templated over image type that walks a region of pixels.
Light weight base class for most itk classes.
typename TInputImage::ConstPointer InputImageConstPointer
Base class for model estimation from images used for classification.
vnl_matrix< double > MatrixType
typename TMembershipFunction::Pointer MembershipFunctionPointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename TTrainingImage::Pointer TrainingImagePointer
typename TTrainingImage::PixelType TrainingImagePixelType
TTrainingImage TrainingImageType
Base class for most ITK classes.
TInputImage InputImageType
Base class for ImageGaussianModelEstimator object.
A multi-dimensional iterator templated over image type that walks a region of pixels.
typename TInputImage::PixelType InputImagePixelType
constexpr unsigned int Dimension