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

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

A.D. Calway and R.G. Wilson, Curve Extraction in Images Using a Multiresolution Framework (January 1, 1993).

Abstract

A multiresolution approach to curve extraction in images is described. Based on a piecewise linear representation of curves, the scheme combines an efficient method of extracting line segments with a grouping process to identify curve traces. The line segments correspond to linear features defined at appropriate spatial resolutions within a quadtree structure and are extracted using a hierarchical decision process based on frequency domain properties. Implementation is achieved through the use of the multiresolution Fourier transform (MFT), a linear transform providing spatially localised estimates of the frequency spectrum over multiple scales. The scheme is simple to implement, computationally inexpensive, and results of experiments performed on natural images demonstrate that its performance compares favourably with that of existing methods.

<%@ include file="cited.html" %>

A.D. Calway and R.G. Wilson, "Curve Extraction in Images Using a Multiresolution Framework", CVGIP-Image Understanding 59(3), pp. 359-366 (1994)

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