STIR
6.2.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
+
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
+
Typedefs
c
d
f
h
i
r
s
v
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
home
sirfuser
devel
STIRdistrib
STIR
src
include
stir
extend_projdata.h
1
//
2
//
3
/*
4
Copyright (C) 2005- 2009, Hammersmith Imanet Ltd
5
Copyright 2023, Positrigo AG, Zurich
6
This file is part of STIR.
7
8
SPDX-License-Identifier: Apache-2.0
9
10
See STIR/LICENSE.txt for details
11
*/
12
/*
13
\ingroup projdata
14
\file Functions that extend a direct sinogram or segment.
15
16
\author Charalampos Tsoumpas
17
\author Kris Thielemans
18
\author Markus Jehl
19
*/
20
START_NAMESPACE_STIR
21
23
45
Array<3, float>
extend_segment
(
const
SegmentBySinogram<float>& segment,
46
const
int
view_extension = 5,
47
const
int
axial_extension = 5,
48
const
int
tangential_extension = 5);
50
51
END_NAMESPACE_STIR
stir::extend_segment
Array< 3, float > extend_segment(const SegmentBySinogram< float > &segment, const int view_extension, const int axial_extension, const int tangential_extension)
Extension of direct projection data.
Definition:
extend_projdata.cxx:37
Generated on Tue Jul 23 2024 09:13:10 for STIR by
1.8.13