Definition: MoCoRecon.h:42
Definition: MoCoReconSuperResolutionIBP.h:28
virtual void Update()
Run the motion-compensated image reconstruction.
Definition: MoCoReconSuperResolutionIBP.cpp:54
unsigned int maxIterationNumber
The number of iterations performed during reconstruction. Set during construction.
Definition: MoCoReconSuperResolutionIBP.h:49
void ClearCorrectionImage()
Definition: MoCoReconSuperResolutionIBP.cpp:273
nifti_image * weightsImageForReconstruction
The weights image used during the reconstruciton process reconstruction.
Definition: MoCoReconSuperResolutionIBP.h:52
nifti_image * correctionImage
The correction image that will be used to update the reconstructed image.
Definition: MoCoReconSuperResolutionIBP.h:51
bool updateReconstruction
Update the reconstruction instead of restarting a new one from scratch with every update.
Definition: MoCoReconSuperResolutionIBP.h:50
virtual ~MoCoReconSuperResolutionIBP()
Definition: MoCoReconSuperResolutionIBP.cpp:40
bool CheckReconstrutedImageCanBeUpdated()
Definition: MoCoReconSuperResolutionIBP.cpp:336
void AllocateWeightsImageForReconstruction()
Definition: MoCoReconSuperResolutionIBP.cpp:289
void ClearWeightsImageForReconstruction()
Definition: MoCoReconSuperResolutionIBP.cpp:322
void AllocateCorrectionImage()
Definition: MoCoReconSuperResolutionIBP.cpp:241