Research Article

LSTM-Based RNN Framework to Remove Motion Artifacts in Dynamic Multicontrast MR Images with Registration Model

Pseudocode 1

Motion-blurred MR image sequence.
1  Initiation of parameters:
2   Slicing volume per image phase
3   No. of slicing count
4   Sequence length
5   be the Image volume, size of row, column and no of convolution stages respectively
6  Apply Gaussian filter for removal of artefact components using Equation (1)
Random selection of frames:
7  Set no of possible no. of slicing count per image phase
8  Calculate minimum slicing count and its volume slicing updating
9  for i=1 : do
10  Compute: random selection of and frames
11   size of : Previous frame
12   size of : Next frame
13   Applying Fourier Transform using Equation (1)
14  get as per image phase
15  If
16  then, Zero padding is initialize for 25% blur effects
17  else
18  Zero padding is not required
19  end for
20  Obtain motion-blurred image
21  Using cropping function to isolate specific portion
22  end if