#include <itkImageShapeModelEstimatorBase.h>
Base class for statistical shape model estimation.
itkImageShapeModelEstimatorBase is the base class for the ImageShapeModelEstimator objects. It provides the basic function definitions that are inherent to a ImageShapeModelEstimator objects.
This is the Superclass for the ImageShapeModelEstimator framework. This is an abstract class defining an interface for all such objects available through the ImageShapeModelEstimator framework in the ITK toolkit.
The basic functionality of the ImageShapeModelEstimator framework base class is to generate the ShapeModels. It requires input image to be provided by the user. EstimateShapeModels() is a pure virtual function making this an abstract class. Classes deriving from this class are required to implement the EstimateShapeModels function.
Definition at line 48 of file itkImageShapeModelEstimatorBase.h.
Private Member Functions | |
virtual void | EstimateShapeModels ()=0 |
Private Attributes | |
InputImagePointer | m_InputImage {} |
Additional Inherited Members | |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkImageShapeModelEstimatorBase.h.
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Definition at line 64 of file itkImageShapeModelEstimatorBase.h.
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::InputImageType = TInputImage |
Type definitions for the training image.
Definition at line 63 of file itkImageShapeModelEstimatorBase.h.
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkImageShapeModelEstimatorBase.h.
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::Self = ImageShapeModelEstimatorBase |
Standard class type aliases.
Definition at line 54 of file itkImageShapeModelEstimatorBase.h.
using itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 55 of file itkImageShapeModelEstimatorBase.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
privatepure virtual |
The core virtual function to perform ShapeModeling of the input data
Implemented in itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Reimplemented from itk::LightObject.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::LightObject.
|
private |
Container for holding the training image.
Definition at line 81 of file itkImageShapeModelEstimatorBase.h.