Research Article

Exploiting Visibility Information in Surface Reconstruction to Preserve Weakly Supported Surfaces

Algorithm 1

The algorithmic overview of the proposed method.
Require: DT—Delaunay Tetrahedralization, a subset of sensors associated to each vertex of the tetrahedralization
(1)function reconstruct(DT)
(2) Compute the STG weights as in [24] (using adaptive () weight of vertex )      
(3)for all (sensor , vetrex ) do                         
(4)   Compute ()
(5)   if () == INT then
(6)     Add the value () to weight of -edge() where () = ()
(7)   end if
(8)end for
(9) Compute minimal - cut                          
(10) Create mesh from the minimal - cut
(11) Smooth
(12)return Mesh
(13)end function