<%@ 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-248

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

A.P. King and R.G. Wilson, Multiresolution Image Analysis Based on Local Symmetries (September 1, 1993).

Abstract

This report describes two seemingly distinct areas of work. First, there is the derivation of a new multiresolution image restoration algorithm, and secondly there is the development of a new approach to feature extraction. A review of these two areas is presented, the new algorithms outlined, and some results presented. The unifying principle behind this work is the idea of image symmetries. The background of this concept is reviewed, and its applicability to the current work explained. Finally, some speculations and expectations concerning the future direction of this research is included.

Download

cs-rr-248.ps.gz

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