Efficient Parallel Recursive Gaussian SIFT Algorithm Based on Multi-Core DSP

Luo Yong,Ye Zhengyuan,Chen Yuanzhi
DOI: https://doi.org/10.1109/iceiec.2015.7284568
2015-01-01
Abstract:To solve the problem of high computational complexity and real-time poor of the SIFT(Scale Invariant Feature Transform) algorithm, a parallel data streams RGF-SIFT(Recursive Gaussian Filter-SIFT) algorithm based on DSP multi-core processor is proposed. The proposed algorithm uses the forth-order recursive Gaussian filter to replace the linear Gaussian filtering of the SIFT algorithm. Then the four modules of RGF-SIFT computing tasks are assigned to multiple DSP core for parallel processing, and implemented synchronization for multicore processor through inter-processor communication (IPC) and other technologies. Experimental results show that the parallel RGF-SIFT algorithm detects feature point more than the algorithm of SIFT, and the repetition rate of the correct feature point is very high. At execution time, the parallel RGF-SIFT algorithm has higher speedup ratio.
What problem does this paper attempt to address?