An acceleration of image processing is essential technology for commercialize of software. In particular, we study about an acceleration of Particle Filter algorithm for object tracking. Generally, Number of particle in parameter space is secured enough, a tracking accuracy improves. Therefore, a computational complexity is proportional to number of particle and its observation and prediction. So fast processing procedures of these calculations is needed. In this paper, we apply a parallelization of observation and prediction by using CUDA framework. In some experiments, observation and prediction by CUDA could show fast processing time than CPU based (utilizing vector operation and multi-core operation) algorithm (maximum is 3.1 times faster).
View full abstract