Implicit Meshes for Modeling and Reconstruction

Abstract

Explicit surfaces, such as triangulations or wireframe models, have been extensively used to represent the deformable 3D models that are used to fit 3D point and 2D silhouette data. The resulting approaches, however, suffer from the fact that fitting typically involves finding the facets that are closest to the 3D data points or most likely to be silhouette facets. This requires searching, which is slow, and dealing with the non-differentiability of the distance function. By contrast, implicit surface representations allow fitting without search, since one can simply evaluate a differentiable field function at every data point. However, implicit representations are not necessarily the most intuitive ones and users, such as graphics designers, tend to prefer explicit models.

Cite

Text

Ilic and Fua. "Implicit Meshes for Modeling and Reconstruction." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211506

Markdown

[Ilic and Fua. "Implicit Meshes for Modeling and Reconstruction." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/ilic2003cvpr-implicit/) doi:10.1109/CVPR.2003.1211506

BibTeX

@inproceedings{ilic2003cvpr-implicit,
  title     = {{Implicit Meshes for Modeling and Reconstruction}},
  author    = {Ilic, Slobodan and Fua, Pascal},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {483-492},
  doi       = {10.1109/CVPR.2003.1211506},
  url       = {https://mlanthology.org/cvpr/2003/ilic2003cvpr-implicit/}
}