<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-289

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

I. Levy and R.G. Wilson, A Hybrid Fractal-Wavelet Transform Image Data Compression Algorithm (September 1, 1995).

Abstract

This report describes two seemingly distinct areas of work, wavelet analysis and fractal image compression. A review of these two areas is presented, a new algorithm outlined, and some results presented. Finally, some speculations concerning the future direction of this research is included.

Download

cs-rr-289.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>