n | 2019/06/11

2019-03-15盛宜楠書報討論

2019-03-15盛宜楠書報討論

Rapid Octree Construction from Image Sequences

Richard Szeliski(1993)

This article is one of the references from the paper “Multi-view Wire Art”, published by Kai-Wen Hsiao, Jia-Bin Huang and Hung-Kuo Chu:

“Assuming clean foreground-background separation, visual hull and silhouette intersection based algorithms can be also applied to construct 3D models from image observations [Laurentini 1994; Lazebnik et al. 2007; Matusik etal.2000; Szeliski 1993]…”
(page2, “2.Related Work”)

“Richard zeliski.1993. Rapid octree construction from image sequences. CVGIP: Image understanding 58,1(1993),23–32.”
(page11, “References”)

The construction of a three-dimensional object model from a set of images taken from different viewpoints is an important problem in computer vision. One of the simplest ways to do this is to use the silhouettes of the object (the binary classification of images into object and background)to construct a bounding volume for the object. To efficiently represent this volume, we use an octree, which represents the object as a tree of recursively subdivided cubes. We develop a new algorithm for computing the octree bounding volume from multiple silhouettes and apply it to an object rotating on a turntable in front of a stationary camera. The algorithm performs a limited amount of processing for each viewpoint and incrementally builds the volumetric model. The resulting algorithm requires less total computation than previous algorithms, runs in close to real-time, and builds a model whose resolution improves over time.

 

3-15 Rapid Octree Construction from Images Sequences(1993)