go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkBSplineInterpolationWeightFunction2.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 __itkBSplineInterpolationWeightFunction2_h
19#define __itkBSplineInterpolationWeightFunction2_h
20
22
23namespace itk
24{
25
42template< class TCoordRep = float,
43unsigned int VSpaceDimension = 2,
44unsigned int VSplineOrder = 3 >
47 TCoordRep, VSpaceDimension, VSplineOrder >
48{
49public:
50
54 TCoordRep, VSpaceDimension, VSplineOrder > Superclass;
56 typedef SmartPointer< const Self > ConstPointer;
57
59 itkNewMacro( Self );
60
64
66 itkStaticConstMacro( SpaceDimension, unsigned int, VSpaceDimension );
67
69 itkStaticConstMacro( SplineOrder, unsigned int, VSplineOrder );
70
76
77protected:
78
81
85 typedef typename Superclass
90
91 /* Compute the 1D weights, which are:
92 * [ \beta^3( x[i] - startIndex[i] ), \beta^3( x[i] - startIndex[i] - 1 ),
93 * \beta^3( x[i] - startIndex[i] - 2 ), \beta^3( x[i] - startIndex[i] - 3 ) ]
94 */
96 const ContinuousIndexType & index,
97 const IndexType & startIndex,
98 OneDWeightsType & weights1D ) const override;
99
100private:
101
102 BSplineInterpolationWeightFunction2( const Self & ); // purposely not implemented
103 void operator=( const Self & ); // purposely not implemented
104
105};
106
107} // end namespace itk
108
109#ifndef ITK_MANUAL_INSTANTIATION
110#include "itkBSplineInterpolationWeightFunction2.hxx"
111#endif
112
113#endif
Returns the weights over the support region used for B-spline interpolation/reconstruction.
BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > Superclass
itkStaticConstMacro(SplineOrder, unsigned int, VSplineOrder)
Superclass::SecondOrderDerivativeKernelType SecondOrderDerivativeKernelType
void Compute1DWeights(const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override
itkStaticConstMacro(SpaceDimension, unsigned int, VSpaceDimension)
Returns the weights over the support region used for B-spline interpolation/reconstruction.
ContinuousIndex< TCoordRep, VSpaceDimension > ContinuousIndexType
BSplineSecondOrderDerivativeKernelFunction2< Self::SplineOrder > SecondOrderDerivativeKernelType
Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > OneDWeightsType
BSplineDerivativeKernelFunction< Self::SplineOrder > DerivativeKernelType
B-spline kernel used for density estimation and nonparameteric regression.


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo