ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariationalRegistrationGaussianRegularizer.h>
This class performs Gaussian smoothing of a vector field.
We compute with the Gaussian kernel. This regularizer can be used to implement Demons registration within the variational framework.
Definition at line 46 of file itkVariationalRegistrationGaussianRegularizer.h.
Public Types | |
typedef BufferImageType::Pointer | BufferImagePointer |
typedef BufferImageType::RegionType | BufferImageRegionType |
typedef Image< ValueType, ImageDimension > | BufferImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DisplacementFieldConstPointer | DisplacementFieldConstPointer |
typedef Superclass::DisplacementFieldPointer | DisplacementFieldPointer |
typedef Superclass::DisplacementFieldType | DisplacementFieldType |
typedef Superclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef VariationalRegistrationGaussianRegularizer | Self |
typedef FixedArray< double, ImageDimension > | StandardDeviationsType |
typedef VariationalRegistrationRegularizer < TDisplacementField > | Superclass |
typedef Superclass::ValueType | ValueType |
Public Types inherited from itk::VariationalRegistrationRegularizer< TDisplacementField > | |
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::VariationalRegistrationRegularizer< TDisplacementField > | |
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::VariationalRegistrationRegularizer< TDisplacementField > | |
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 &) |
VariationalRegistrationGaussianRegularizer (const Self &) | |
Private Attributes | |
double | m_MaximumError |
unsigned int | m_MaximumKernelWidth |
StandardDeviationsType | m_StandardDeviations |
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 BufferImageType::Pointer itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::BufferImagePointer |
Definition at line 76 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef BufferImageType::RegionType itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::BufferImageRegionType |
Definition at line 77 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Image< ValueType, ImageDimension > itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::BufferImageType |
Types for buffer image.
Definition at line 75 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef SmartPointer< const Self > itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::ConstPointer |
Definition at line 55 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Superclass::DisplacementFieldConstPointer itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::DisplacementFieldConstPointer |
Definition at line 69 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Superclass::DisplacementFieldPointer itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::DisplacementFieldPointer |
Definition at line 68 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Superclass::DisplacementFieldType itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::DisplacementFieldType |
Deformation field types, inherited from Superclass.
Definition at line 67 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Superclass::PixelType itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::PixelType |
Definition at line 70 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef SmartPointer< Self > itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::Pointer |
Definition at line 54 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef VariationalRegistrationGaussianRegularizer itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::Self |
Standard class typedefs
Definition at line 51 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef FixedArray< double, ImageDimension > itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::StandardDeviationsType |
Array containing standard deviations in each direction.
Definition at line 80 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef VariationalRegistrationRegularizer< TDisplacementField > itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::Superclass |
Definition at line 53 of file itkVariationalRegistrationGaussianRegularizer.h.
typedef Superclass::ValueType itk::VariationalRegistrationGaussianRegularizer< TDisplacementField >::ValueType |
Definition at line 72 of file itkVariationalRegistrationGaussianRegularizer.h.
|
protected |
|
inlineprotected |
Definition at line 111 of file itkVariationalRegistrationGaussianRegularizer.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.
|
protectedvirtual |
Execute regularization. This method is multi-threaded but does not use ThreadedGenerateData().
Reimplemented from itk::ImageSource< TDisplacementField >.
|
virtual |
Get the desired maximum error of the Gaussian kernel approximate.
|
virtual |
Get the desired limits of the Gaussian kernel width.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::VariationalRegistrationRegularizer< TDisplacementField >.
|
virtual |
Get the Gaussian smoothing standard deviations use for smoothing the displacement field.
|
protectedvirtual |
Method for initialization. Buffer images are allocated and the matrices calculated in this method.
Reimplemented from itk::VariationalRegistrationRegularizer< TDisplacementField >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Print information about the filter.
Reimplemented from itk::VariationalRegistrationRegularizer< TDisplacementField >.
|
virtual |
Set the desired maximum error of the Gaussian kernel approximate.
|
virtual |
Set the desired limits of the Gaussian kernel width.
|
virtual |
Set the Gaussian smoothing standard deviations for the displacement field. The values are set with respect to pixel coordinates.
|
virtual |
Set the Gaussian smoothing standard deviations for the displacement field. The values are set with respect to pixel coordinates.
|
static |
Dimensionality of input and output data is assumed to be the same.
Definition at line 64 of file itkVariationalRegistrationGaussianRegularizer.h.
|
private |
Maximum error for Gaussian operator approximation.
Definition at line 132 of file itkVariationalRegistrationGaussianRegularizer.h.
|
private |
Limits of Gaussian kernel width.
Definition at line 135 of file itkVariationalRegistrationGaussianRegularizer.h.
|
private |
Standard deviation for Gaussian smoothing
Definition at line 129 of file itkVariationalRegistrationGaussianRegularizer.h.