Integrating Surface Normal Vectors Using Fast Marching Method
Abstract
Integration of surface normal vectors is a vital component in many shape reconstruction algorithms that require integrating surface normals to produce their final outputs, the depth values. In this paper, we introduce a fast and efficient method for computing the depth values from surface normal vectors. The method is based on solving the Eikonal equation using Fast Marching Method. We introduce two ideas. First, while it is not possible to solve for the depths Z directly using Fast Marching Method, we solve the Eikonal equation for a function W of the form W = Z + λf . With appropriately chosen values for λ , we can ensure that the Eikonal equation for W can be solved using Fast Marching Method. Second, we solve for W in two stages with two different λ values, first in a small neighborhood of the given initial point with large λ , and then for the rest of the domain with a smaller λ . This step is needed because of the finite machine precision and rounding-off errors. The proposed method is very easy to implement, and we demonstrate experimentally that, with insignificant loss in precision, our method is considerably faster than the usual optimization method that uses conjugate gradient to minimize an error function.
Cite
Text
Ho et al. "Integrating Surface Normal Vectors Using Fast Marching Method." European Conference on Computer Vision, 2006. doi:10.1007/11744078_19Markdown
[Ho et al. "Integrating Surface Normal Vectors Using Fast Marching Method." European Conference on Computer Vision, 2006.](https://mlanthology.org/eccv/2006/ho2006eccv-integrating/) doi:10.1007/11744078_19BibTeX
@inproceedings{ho2006eccv-integrating,
title = {{Integrating Surface Normal Vectors Using Fast Marching Method}},
author = {Ho, Jeffrey and Lim, Jongwoo and Yang, Ming-Hsuan and Kriegman, David J.},
booktitle = {European Conference on Computer Vision},
year = {2006},
pages = {239-250},
doi = {10.1007/11744078_19},
url = {https://mlanthology.org/eccv/2006/ho2006eccv-integrating/}
}