%@ 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" %>
A.D. Calway, H. Knutsson and R.G. Wilson, Multiresolution Estimation of 2-d Disparity Using a Frequency Domain Approach (October 1, 1991).
An efficient algorithm for the estimation of the 2-d disparity between a pair of stereo images is presented. Phase based methods are extended to the case of 2-d disparities and shown to correspond to computing local correlation fields. These are derived at multiple scales via the frequency domain and a coarse-to-fine 'focusing' strategy determines the final disparity estimate. Fast implementation is achieved by using a generalised form of wavelet transform, the multiresolution Fourier transform (MFT), which enables efficient calculation of the local correlations. Results from initial experiments on random noise stereo pairs containing both 1-d and 2-d disparities, illustrate the potential of the approach.
<%@ include file="cited.html" %>A.D. Calway, H. Knutsson and R.G. Wilson, "Multiresolution Estimation of 2-d Disparity Using a Frequency Domain Approach", Proceedings of the British Conference on Machine Vision, September 1992, pp. 227-236 (1992)
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>