Research Article

Respiratory Motion Correction for Compressively Sampled Free Breathing Cardiac MRI Using Smooth -Norm Approximation

Algorithm 1

The proposed algorithm.
INPUTS
: k-space data
: Fourier Operator
: Sparsifying transform operator
λ = 0.005, η = 0.9, Maxiter = 50
OUTPUT
: Motion corrected final image
INITIALIZATION
,
INITIAL CS BASED RECOVERY
Step  1. For
Step  2. Update
Step  3. Shrinkage: (Using (8))
Step  4. End (i) Return
Repeat Steps1 to 4 for recovery of
MOTION ESTIMATION AND COMPENSATION
Step  5. For : Maxiter do
If
Step  6. Find motion compensated image for and
Else
Step  7. Refine motion between and
End (Else)
Step  8. Update
Step  9. Shrinkage: (Using (8))
End (j) Return refined image
Step  10.