Title :
A Fast ICP Algorithm for 3-D Human Body Motion Tracking
Author :
Kim, Daehwan ; Kim, Daijin
Author_Institution :
Dept. of Comput. Sci. & Eng., Pohang Univ. of Sci. & Technol., Pohang, South Korea
fDate :
4/1/2010 12:00:00 AM
Abstract :
Iterative closest point (ICP) algorithm has been widely used for registering the geometry, shape and color of the 3-D meshes. However, ICP requires a long computation time to find the corresponding closest points between the model points and the data points. To overcome this problem, we propose a fast ICP algorithm that consists of two acceleration techniques: hierarchical model point selection (HMPS) and logarithmic data point search (LDPS). HMPS accelerates the search by reducing the search region of the data points corresponding to a model point effectively: it selects the model points in a coarse-to-fine manner and employs the four neighboring closest data points in the upper layer to make the search region for finding the closest data point corresponding to a model point in the lower layer. LDPS accelerates the search by visiting the data points within the search region using 2-D logarithm search. The HMPS method and the LDPS method can be operating separately or together. To evaluate the speed of the proposed ICP, we apply it to the 3-D human body motion tracking. The proposed fast ICP is about 3.17 times faster than the existing ICP such as the K-D tree.
Keywords :
image registration; iterative methods; motion estimation; shape recognition; trees (mathematics); 3D human body motion tracking; 3D meshes; K-D tree; fast ICP algorithm; hierarchical model point selection; iterative closest point algorithm; logarithmic data point search; neighboring closest data points; Fast ICP; hierarchical model point selection; human body motion tracking; logarithmic data point search; particle filter;
Journal_Title :
Signal Processing Letters, IEEE
DOI :
10.1109/LSP.2009.2039888