RTK
2.7.0
Reconstruction Toolkit
RTK
include
rtkCudaScatterGlareCorrectionImageFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright RTK Consortium
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
* https://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
19
#ifndef rtkCudaScatterGlareCorrectionImageFilter_h
20
#define rtkCudaScatterGlareCorrectionImageFilter_h
21
22
#include "rtkConfiguration.h"
23
// Conditional definition of the class to pass ITKHeaderTest
24
#ifdef RTK_USE_CUDA
25
26
27
# include "
rtkScatterGlareCorrectionImageFilter.h
"
28
# include "
rtkCudaFFTProjectionsConvolutionImageFilter.h
"
29
namespace
rtk
30
{
31
43
class
CudaScatterGlareCorrectionImageFilter
44
:
public
CudaFFTProjectionsConvolutionImageFilter
<
45
ScatterGlareCorrectionImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>, float>>
46
{
47
public
:
48
ITK_DISALLOW_COPY_AND_MOVE(
CudaScatterGlareCorrectionImageFilter
);
49
51
using
Self
=
CudaScatterGlareCorrectionImageFilter
;
52
using
Superclass
=
ScatterGlareCorrectionImageFilter<itk::CudaImage<float, 3>
, itk::CudaImage<float, 3>,
float
>;
53
using
Pointer
=
itk::SmartPointer<Self>
;
54
using
ConstPointer
=
itk::SmartPointer<const Self>
;
55
57
itkNewMacro(
Self
);
58
60
itkOverrideGetNameOfClassMacro(
CudaScatterGlareCorrectionImageFilter
);
61
62
protected
:
63
CudaScatterGlareCorrectionImageFilter
() {}
64
~CudaScatterGlareCorrectionImageFilter
() {}
65
66
};
// end of class
67
68
}
// end namespace rtk
69
70
#endif // end conditional definition of the class
71
72
#endif
rtk::ScatterGlareCorrectionImageFilter
Implements the scatter glare correction as described in [Poludniowski, PMB 2011]. ...
Definition:
rtkScatterGlareCorrectionImageFilter.h:42
rtkScatterGlareCorrectionImageFilter.h
rtk
Definition:
rtkMatlabSparseMatrix.h:24
rtk::CudaScatterGlareCorrectionImageFilter
Implements the scatter glare correction.
Definition:
rtkCudaScatterGlareCorrectionImageFilter.h:43
rtk::CudaFFTProjectionsConvolutionImageFilter
Implements 1D or 2D FFT convolution.
Definition:
rtkCudaFFTProjectionsConvolutionImageFilter.h:49
rtk::CudaScatterGlareCorrectionImageFilter::~CudaScatterGlareCorrectionImageFilter
~CudaScatterGlareCorrectionImageFilter()
Definition:
rtkCudaScatterGlareCorrectionImageFilter.h:64
itk::SmartPointer< Self >
rtkCudaFFTProjectionsConvolutionImageFilter.h
rtk::CudaScatterGlareCorrectionImageFilter::CudaScatterGlareCorrectionImageFilter
CudaScatterGlareCorrectionImageFilter()
Definition:
rtkCudaScatterGlareCorrectionImageFilter.h:63
Generated on Mon Apr 28 2025 07:29:07 for RTK by
1.8.14