Research Article

The 2D Spectral Intrinsic Decomposition Method Applied to Image Analysis

Algorithm 2

Pseudocode to extract SPMFs between two eigenvalues.
(1) eigenvalues interval to extract
(2) transforms image to data
(3) NL number of lines of
(4) NC number of columns of
(5) NL by NC zeroed matrix
(6) for  , NL  do
(7)   line of
(8)  compute from
(9)  compute
(10)  decompose ,
(11)   
(12)   for  , NC  do
(13)     if    then
(14)       
(15)     end if
(16)   end for
(17)   compute ,
(18)   for  , NC  do
(19)     
(20)   end for
(21) end for