STIR 6.4.0
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*/
20START_NAMESPACE_STIR
21
23
33
45Array<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
51END_NAMESPACE_STIR
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