ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariationalRegistrationRegularizer.h>
Base class for regularization component in the variational registration framework.
This class is templated over the deformation field type. The input of this filter is a vector field and the output is the regularized (i.e. smoothed) vector field.
Implement a concrete regularization method in a subclass; overwrite the methods Initialize() and GenerateData().
Definition at line 47 of file itkVariationalRegistrationRegularizer.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DisplacementFieldType::ConstPointer | DisplacementFieldConstPointer |
typedef DisplacementFieldType::Pointer | DisplacementFieldPointer |
typedef TDisplacementField | DisplacementFieldType |
typedef DisplacementFieldType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef VariationalRegistrationRegularizer | Self |
typedef InPlaceImageFilter < TDisplacementField, TDisplacementField > | Superclass |
typedef NumericTraits < PixelType >::ValueType | ValueType |
Public Types inherited from itk::InPlaceImageFilter< TDisplacementField, TDisplacementField > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TDisplacementField | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef InPlaceImageFilter | Self |
typedef ImageToImageFilter < TDisplacementField, TDisplacementField > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TDisplacementField | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource < TDisplacementField > | Superclass |
Public Types inherited from itk::ImageSource< TDisplacementField > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TDisplacementField | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TDisplacementField::ImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TDisplacementField, TDisplacementField > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TDisplacementField > | |
static const unsigned int | OutputImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
VariationalRegistrationRegularizer (const Self &) | |
Private Attributes | |
bool | m_UseImageSpacing |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TDisplacementField > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::VariationalRegistrationRegularizer< TDisplacementField >::ConstPointer |
Definition at line 56 of file itkVariationalRegistrationRegularizer.h.
typedef DisplacementFieldType::ConstPointer itk::VariationalRegistrationRegularizer< TDisplacementField >::DisplacementFieldConstPointer |
Definition at line 69 of file itkVariationalRegistrationRegularizer.h.
typedef DisplacementFieldType::Pointer itk::VariationalRegistrationRegularizer< TDisplacementField >::DisplacementFieldPointer |
Definition at line 68 of file itkVariationalRegistrationRegularizer.h.
typedef TDisplacementField itk::VariationalRegistrationRegularizer< TDisplacementField >::DisplacementFieldType |
Deformation field type.
Definition at line 67 of file itkVariationalRegistrationRegularizer.h.
typedef DisplacementFieldType::PixelType itk::VariationalRegistrationRegularizer< TDisplacementField >::PixelType |
Definition at line 70 of file itkVariationalRegistrationRegularizer.h.
typedef SmartPointer< Self > itk::VariationalRegistrationRegularizer< TDisplacementField >::Pointer |
Definition at line 55 of file itkVariationalRegistrationRegularizer.h.
typedef VariationalRegistrationRegularizer itk::VariationalRegistrationRegularizer< TDisplacementField >::Self |
Standard class typedefs
Definition at line 52 of file itkVariationalRegistrationRegularizer.h.
typedef InPlaceImageFilter< TDisplacementField, TDisplacementField > itk::VariationalRegistrationRegularizer< TDisplacementField >::Superclass |
Definition at line 54 of file itkVariationalRegistrationRegularizer.h.
typedef NumericTraits<PixelType>::ValueType itk::VariationalRegistrationRegularizer< TDisplacementField >::ValueType |
Definition at line 72 of file itkVariationalRegistrationRegularizer.h.
|
protected |
|
inlineprotected |
Definition at line 85 of file itkVariationalRegistrationRegularizer.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::InPlaceImageFilter< TDisplacementField, TDisplacementField >.
Reimplemented in itk::VariationalRegistrationElasticRegularizer< TDisplacementField >, itk::VariationalRegistrationDiffusionRegularizer< TDisplacementField >, and itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >.
|
virtual |
Get whether the image spacing is considered or not
|
inlineprotectedvirtual |
Initialize the filter.
Reimplemented in itk::VariationalRegistrationElasticRegularizer< TDisplacementField >, itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >, and itk::VariationalRegistrationDiffusionRegularizer< TDisplacementField >.
Definition at line 91 of file itkVariationalRegistrationRegularizer.h.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Print information about the filter.
Reimplemented from itk::InPlaceImageFilter< TDisplacementField, TDisplacementField >.
Reimplemented in itk::VariationalRegistrationElasticRegularizer< TDisplacementField >, itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >, and itk::VariationalRegistrationDiffusionRegularizer< TDisplacementField >.
|
virtual |
Set whether the image spacing should be considered or not
|
virtual |
|
virtual |
Set whether the image spacing should be considered or not
|
static |
Definition at line 64 of file itkVariationalRegistrationRegularizer.h.
|
private |
A boolean that indicates, if image spacing is considered.
Definition at line 98 of file itkVariationalRegistrationRegularizer.h.