go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxDistancePreservingRigidityPenaltyTerm.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright UMC Utrecht and contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef __elxDistancePreservingRigidityPenaltyTerm_H__
19#define __elxDistancePreservingRigidityPenaltyTerm_H__
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
63template< class TElastix >
65 public itk::DistancePreservingRigidityPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double >,
66 public MetricBase< TElastix >
67{
68public:
69
75 typedef itk::SmartPointer< Self > Pointer;
76 typedef itk::SmartPointer< const Self > ConstPointer;
77
79 itkNewMacro( Self );
80
83
88 elxClassNameMacro( "DistancePreservingRigidityPenalty" );
89
131
133 itkStaticConstMacro( FixedImageDimension, unsigned int, FixedImageType::ImageDimension );
134
136 itkStaticConstMacro( MovingImageDimension, unsigned int, MovingImageType::ImageDimension );
137
146
148 typedef itk::MultiResolutionPyramidImageFilter<
150 typedef typename SegmentedImagePyramidType::Pointer SegmentedImagePyramidPointer;
151
155 void Initialize( void ) override;
156
162 void BeforeRegistration( void ) override;
163
164protected:
165
168
171
172private:
173
175 DistancePreservingRigidityPenalty( const Self & ); // purposely not implemented
177 void operator=( const Self & ); // purposely not implemented
178
179};
180
181} // end namespace elastix
182
183#ifndef ITK_MANUAL_INSTANTIATION
184#include "elxDistancePreservingRigidityPenaltyTerm.hxx"
185#endif
186
187#endif // end #ifndef __elxDistancePreservingRigidityPenaltyTerm_H__
A class that deals with user given parameters and command line arguments.
A penalty term designed to preserve inter-voxel distances within rigid body regions.
itk::MultiResolutionPyramidImageFilter< SegmentedImageType, SegmentedImageType > SegmentedImagePyramidType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
elxClassNameMacro("DistancePreservingRigidityPenalty")
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itk::DistancePreservingRigidityPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:84
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo