Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

High Performance Color Image Processing in Multicore CPU using MFC Multithreading

Author 1: Anandhanarayanan Kamalakannan Author 2: Govindaraj Rajamanickam
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 4, No. 12 · Published 2013 · Cited by 11

DOI: https://doi.org/10.14569/IJACSA.2013.041207

Abstract

Image processing is an engineering field where stored image data is readily available for parallel processing. Basically data processing algorithms developed in sequential approach are not capable of harnessing the computing power of individual cores present in a single-chip multicore processor. To utilize the multicore processor efficiently on windows platform for color image processing applications, a lock-free multithreading approach was developed using Visual C++ with Microsoft Foundation Class (MFC) support. This approach distributes the image data processing task on multicore Central Processing Unit (CPU) without using parallel programming framework like Open Multi-Processing (OpenMP) and reduces the algorithm execution time. In image processing, each pixel is processed using same set of high-level instruction which is time consuming. Therefore to increase the processing speed of the algorithm in a multicore CPU, the entire image data is partitioned into equal blocks and copy of the algorithm is applied on each block using separate worker thread. In this paper, multithreaded color image processing algorithms namely contrast enhancement using fuzzy technique and edge detection were implemented. Both the algorithms were tested on an Intel Core i5 Quad-core processor for ten different images of varying pixel size and their performance results are presented. A maximum of 71% computing performance improvement and speedup of about 3.4 times over sequential approach was obtained for large-size images using four thread model.

Keywords

How to Cite this Article

Kamalakannan, A., & Rajamanickam, G. (2013). High Performance Color Image Processing in Multicore CPU using MFC Multithreading. International Journal of Advanced Computer Science and Applications, 4(12). https://doi.org/10.14569/IJACSA.2013.041207

Kamalakannan, Anandhanarayanan, and Govindaraj Rajamanickam. "High Performance Color Image Processing in Multicore CPU using MFC Multithreading." International Journal of Advanced Computer Science and Applications, vol. 4, no. 12, 2013, https://doi.org/10.14569/IJACSA.2013.041207.

@article{Kamalakannan2013,
  title     = {High Performance Color Image Processing in Multicore CPU using MFC Multithreading},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {4},
  number    = {12},
  year      = {2013},
  publisher = {The Science and Information Organization},
  author    = {Anandhanarayanan Kamalakannan and Govindaraj Rajamanickam},
  doi       = {10.14569/IJACSA.2013.041207},
  url       = {https://doi.org/10.14569/IJACSA.2013.041207}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.