An improvement to embedded image coding using zerotrees of wavelet coefficients
Cuixiang Zhong,Guoqiang Han,Minghe Huang
2006-01-01
Journal of Information and Computational Science
Abstract:Embedded image coding using zerotrees of wavelet coefficients is a common and efficient image encoding algorithm, but its dominant passes require scanning the wavelet coefficient matrix multiple times, reducing greatly the speed of EZW. Hence, many authors have improved EZW, but because they have not completely reduced redundant search, they have not fully improved coding speed. A successful research should reduce redundant search as much as possible and implement only necessary operations, a typical example is Mow-Song Ng's EZW encoding system. But Mow-Song Ng's algorithm uses a special Morton scan order that makes the coefficient nodes in dominant list and subordinate list have to contain more information, reducing coding speed. Thus, this paper propounds a unified scheme for fast EZW encoding algorithm, it encodes on an ordered linear list and its coefficient nodes contain less information, improving coding speed to a certain degree. Applying this unified scheme to Mow-Song Ng's EZW encoding algorithm, this paper obtains an improved EZW with faster coding speed.