Scale Robust Multi View Stereo

Abstract

We present a Multi View Stereo approach for huge unstructured image datasets that can deal with large variations in surface sampling rate of single images. Our method reconstructs surface parts always in the best available resolution. It considers scaling not only for large scale differences, but also between arbitrary small ones for a weighted merging of the best partial reconstructions. We create depth maps with our GPU based depth map algorithm, that also performs normal optimization. It matches several images that are found with a heuristic image selection method, to a reference image. We remove outliers by comparing depth maps against each other with a fast but reliable GPU approach. Then, we merge the different reconstructions from depth maps in 3D space by selecting the best points and optimizing them with not selected points. Finally, we create the surface by using a Delaunay graph cut.

Cite

Text

Bailer et al. "Scale Robust Multi View Stereo." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33712-3_29

Markdown

[Bailer et al. "Scale Robust Multi View Stereo." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/bailer2012eccv-scale/) doi:10.1007/978-3-642-33712-3_29

BibTeX

@inproceedings{bailer2012eccv-scale,
  title     = {{Scale Robust Multi View Stereo}},
  author    = {Bailer, Christian and Finckh, Manuel and Lensch, Hendrik P. A.},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {398-411},
  doi       = {10.1007/978-3-642-33712-3_29},
  url       = {https://mlanthology.org/eccv/2012/bailer2012eccv-scale/}
}