Vectorfield isosurface-based reconstruction from oriented points
暂无分享,去创建一个
We present a new and much simpler formulation for the problem of reconstructing an implicit surface from an oriented point cloud acquired by a range scanner or a stereo vision system. Data vectors are first extended to a continuous vector field on a bounding volume, which is then integrated in the least squares sense yielding an implicit function whose zero level set approximates the data points. Function discretizations associated with regular grids automatically produce Iso-surface polygon meshes. Extrapolating missing and noisy data, integrating multiple scans, developing data structures and algorithms optimized for fast visualization and geometry processing, are challenging problems and active areas of research addressed by this work. We plan to use multi-resolution data structures to integrate streams of point clouds in real time. Implicit representations have the advantage of dealing with arbitrary topology. [Ohtake et al. 2003] introduces an adaptive hierarchal implicit representation composed of local quadric patches and weights associated with nodes in a oct-tree. Given that for rendering or post-processing we extract an isosurface over a regular grid (e.g., via Marching Cubes), it is worth exploring reconstruction algorithms that use implicit functions defined as a regular scalar field. In the area of geometry processing, the notion of decoupling the filtering of normal fields and geometry has emerged as a powerful method for denoising [Tasdizen et al. 2003]. We argue that a similar decoupling for the surface reconstruction problem is worth exploring. This preliminary work presents a volumetric method for surface reconstruction that directly incorporates both point and normal information. Instead of imposing constraints and regularization directly on the values of the potential (scalar) field, we impose constraints and regularization on the gradient field. We implement this using a combination of least-squares fitting and solving a Poisson problem over a uniform grid. The general problem of implicit surface reconstruction is as follows. Given an oriented point cloud i.e., m points and their normals, D = {(pi, ni)} sampled from a surface M, compute an implicit surface M ′ = {p| f (p) = 0} where f : R 3 → R and ∀(pi, ni) ∈ D ∇ f (pi) = ni and f (pi) = 0. (1) The least squares solution f using interpolatory constraints (1) will not, in general, produce satisfactory results without some regularization.
[1] Ross T. Whitaker,et al. Geometric surface processing via normal maps , 2003, TOGS.
[2] Hans-Peter Seidel,et al. Multi-level partition of unity implicits , 2005, SIGGRAPH Courses.