%@ 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" %>
T.J. Atherton, Darren J. Kerbyson and Graham R. Nudd, An Heterogeneous M-SIMD Architecture for Kalman Filter Controlled Processing of Image Sequences (December 1, 1992).
An heterogeneous Multiple-SIMD (M-SIMD) architecture is used to analyse image sequences by integrating image processing operations with optimal recursive (Kalman) estimators. The architecture uses SIMD processors for data parallel (iconic) operations and MIMD processors for control parallel (numeric and symbolic) tasks. The SIMD processors are configured as small contiguous sub-arrays, with each subarray attached to a single MIMD processor. This allows operational autonomy intermediate between the pure data and control parallel paradigms. Use of the architecture is illustrated with size-based detection and segmentation techniques that are guided by Kalman filters through an image sequence. The measurements of object size on the image plane allow a robust estimate of the range and physical size of the object in the world. Results are presented for the architecture performance, the image processing, and the estimation techniques.
<%@ include file="cited.html" %>G.R. Nudd, T.J. Atherton and D.J. Kerbyson, "An Heterogeneous M-SIMD Architecture for Kalman Filter Controlled Processing of Image Sequences", Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Champaign, IL, IEEE Computer Society Press, pp. 842-845 (1992)
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>