Skip to main content
. Author manuscript; available in PMC: 2018 Nov 1.
Published in final edited form as: IEEE Trans Med Imaging. 2017 Jul 12;36(11):2228–2238. doi: 10.1109/TMI.2017.2726112

Algorithm 1.

Proposed Method

Require: Image sequence from single subject
Ensure: Predicted Myocardium masks across the sequence
1: Calculate Optical Flow fp at each pixel p between pairs of frames (It, It+d)
2: Generate YB and YF concatenating image intensities and motion information for each patch
3: for C={B,F} do
4:   Intra-class Gram filtering using 1
5:   Learn dictionary and sparse feature matrix with the K-SVD algorithm
minimizeDC,XCYCDCXC22s.t.xiC0L
6:   Inter-class Gram filtering using 2
7: end for
8: Learn residuals RB and RF given Y, DB and DF with OMP algorithm
9: Test on all residuals RB and RF for first classification
10: Use MRF-based segmentation on the residuals RB and RF using Equation 3