Research Article

A Comparative Study of Human Thermal Face Recognition Based on Haar Wavelet Transform and Local Binary Pattern

Algorithm 2

Function StandardDecomposition(Im[1:r,1:c]).
// Im[1 ,1 ] is an image realized by 2D array, where is the number of rows and is the number of column.
   for  
      1D wavelet transform (Im( ,:))
   end
   for
      1D wavelet transform (Im(:, ))
   end
end