%@ 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" %>
N. Cross and R.G. Wilson, Neural Networks for Object Recognition (September 1, 1995).
The overall aim is to produce a vision system using artificial neural networks that is capable of working with whole images. To this end some major problems in Computer vision are considered. These are questions of control, binding, multiple pattern recognition, invariant processing and the modelling of complex visual behaviours. The majority of the practical work presented here is concerned with development of higher order neural networks.