Accelerator-Based implementation of the harris algorithm

  • Authors:
  • Claude Tadonki;Lionel Lacassagne;Elwardani Dadi;Mostafa El Daoudi

  • Affiliations:
  • Centre de Recherche en informatique, Mathématiques et systèmes, Mines ParisTech, Fontainebleau Cedex, France;Institute of Fundamendal Electronics, Faculty of Sciences, Bat. 220, University of Orsay, Orsay Cedex, France;Université Mohamed Premier Oujda, Oujda, Morocco;Université Mohamed Premier Oujda, Oujda, Morocco

  • Venue:
  • ICISP'12 Proceedings of the 5th international conference on Image and Signal Processing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Real-time implementations of corner detection is crucial as it is a key ingredient for other image processing kernels like pattern recognition and motion detection. Indeed, motion detection requires the analysis of a continuous flow of images, thus a real-time processing implies the use of highly optimized subroutines. We consider a tiled implementation of the Harris corner detection algorithm on the CELL processor. The algorithm is a chain of local operators applied to each pixel and its periphery. Such a special memory access pattern clearly exacerbates on the hierarchy transition penalty. In order to reduce the consequent time overhead, tiling is a commonly considered way. When it comes to image processing filters, incoming tiles are overdimensioned to include their neighborhood, necessary to update border pixels. As the volume of "extra data" depends on the tile shape, we need to find a good tiling strategy. On the CELL, such investigation is not directly possible with native DMA routines. We overcome the problem by enhancing the DMA mechanism to operate with non conventional requests. Based on this extension, we proceed with experiments on the CELL with a wide range of tile sizes and shapes, thus trying to confirm our intuition on the optimal configuration.