Pfelib: a performance primitives library for embedded vision

  • Authors:
  • Christian Zinner;Wilfried Kubinger;Richard Isaacs

  • Affiliations:
  • Austrian Research Centers GmbH-ARC, Vienna, Austria;Austrian Research Centers GmbH-ARC, Vienna, Austria;Austrian Research Centers GmbH-ARC, Vienna, Austria

  • Venue:
  • EURASIP Journal on Embedded Systems
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents our work on PfeLib--a high performance software library for image processing and computer vision algorithms for an embedded system. The main target platform for PfeLib is the TMS320C6000 series of digital signal processors (DSPs) from Texas instruments. PfeLib contains several new approaches for problems that are typical when developing software for embedded systems. We propose a method for image data transfer from a development host (PC) to an embedded system for test and verification. This enables step-by-step performance optimizations directly on the target platform. An optimization procedure is described that illustrates our approach for obtaining the best possible DSP performance with a reasonable development effort. Speedup improvement factors of up to 16 were achieved. Also, the problem of the limited on-chip memory on DSPs is addressed by a novel double buffering method using direct memory access (DMA), called resource optimized slicing (ROS-DMA). ROS-DMA is intended to be used instead of L2 cache and it is a core component of PfeLib--it achieves up to six times faster image processing as compared to using L2 cache.