Abstract
General purpose computation on graphics processing unit (GPGPU) provides a significant gain in terms of the processing time compared with CPU. Images are particularly good subjects for massive parallel implementations on GPU. Thus, the processing time can be improved for computer vision and image/video processing algorithms. However, GPGPU has a fairly complex integration process in a framework and they evolve very rapidly. In this paper, we present a framework that provides all the desired primitives related to GPGPU-based image processing algorithms, which makes it easy and straightforward for the user to exploit. The proposed framework is object-oriented, and it utilizes design patterns. The user can benefit from all the advantages of object-oriented programming, such as code reusability/extensibility, flexibility, information hiding, and complexity hiding. This makes it possible to rapidly integrate new technologies and functionality as they appear.
Original language | English |
---|---|
Pages (from-to) | 2347-2368 |
Number of pages | 22 |
Journal | Multimedia Tools and Applications |
Volume | 70 |
Issue number | 3 |
DOIs | |
State | Published - Jun 2014 |
Bibliographical note
Funding Information:Acknowledgements This work was supported by the Industrial Strategic Technology Development Program (10041664, The Development of Fusion Processor based on Multi-Shader GPU) funded by the Ministry of Knowledge Economy (MKE, Korea).
Keywords
- Computer vision
- Design patterns
- GPGPU
- Image/video processing
- Object-oriented