%@ 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" %>
J. Beacom and R. Wilson, Multiresolution Motion Analysis (July 1, 1996).
Motion analysis is an interesting problem in computer vision. There exist many possibilities both for its computation and for its applications which encompass efficient video coding techniques based on prediction of subsequent frames from previously derived motion estimates, motion based segmentation algorithms, robot guidance, object detection and tracking and so on. A review of the most popular techniques in this area is presented along with a promising approach based within a multiresolution framework. Further research is to be pursued from this work and its future direction is discussed.
<%@ include file="cited.html" %>J. Beacom and R.G. Wilson, "Multiresolution Model-Based Motion Analysis", Proceedings of the IEEE TFTS-97, IEEE (1997)
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>