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

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

C.-T. Li and R.G. Wilson, Image Segmentation Using Multiresolution Fourier Transform (September 1, 1995).

Abstract

In this report, the Multiresolution Fourier Transform (MFT) is utilised as an approach to the segmentation of images based on the analysis of local properties in the spatial frequency domain. Five major steps are adopted to implement the segmentation of images in this work.

Download

cs-rr-290.ps.gz

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