SuPReMo  0.1.1
Loading...
Searching...
No Matches
MoCoReconWeightedAverage.h
1// ====================================================================================================
2//
3// SuPReMo: Surrogate Parameterised Respiratory Motion Model
4// An implementation of the generalised motion modelling and image registration framework
5//
6// Copyright (c) University College London (UCL). All rights reserved.
7//
8// This software is distributed WITHOUT ANY WARRANTY; without even
9// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10// PURPOSE.
11//
12// See LICENSE.txt in the top level directory for details.
13//
14// ====================================================================================================
15
16
17
18
19#pragma once
20
21#include "MoCoRecon.h"
22
23
27{
28public:
32
36
39 void Update();
40
41
42private:
46
50
52};
Definition: MoCoRecon.h:42
Definition: MoCoReconWeightedAverage.h:27
MoCoReconWeightedAverage()
Definition: MoCoReconWeightedAverage.cpp:30
void Update()
Definition: MoCoReconWeightedAverage.cpp:56
void ClearWeightsImageForReconstruction()
Definition: MoCoReconWeightedAverage.cpp:141
virtual ~MoCoReconWeightedAverage()
Definition: MoCoReconWeightedAverage.cpp:44
nifti_image * weightsImageForReconstruction
The weights image.
Definition: MoCoReconWeightedAverage.h:51
void AllocateWeightsImageForReconstruction()
Definition: MoCoReconWeightedAverage.cpp:108