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

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

A. Bhalerao and R.G. Wilson, Multiresolution Image Segmentation Combining Region and Boundary Information (April 1, 1990).

Abstract

A new approach to image segmentation is presented that integrates region and boundary information within a great framework of Maximum a Posteriori (MAP) estimation and decision theory. The algorithm employs iterative, decision-directed estimation performed on a spatially localised basis but within a multiresolution representation. The use of a multiresolution technique ensures both robustness in noise and efficiency of computation, while the model-based estimation and decision process is both flexible and spatially local, thus avoiding assumptions about global homogeneity or size and number of regions. The method gives accurate segmentations at low signal-to-noise ratios and is shown to be more effective than previous methods in capturing complex region shapes.

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

A.H. Bhalerao and R.G. Wilson, , "Multiresolution Image Segmentation Combining Region and Boundary Information", Theory and Applications of Image Analysis: Proceedings of the 7th Scandinavian Conference on Image Analysis, Aalborg, ed. P. Johansen and S. Olsen, World Scientific, pp. 1162-1169 (1992)

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