Giter Site home page Giter Site logo

msc-thesis's Introduction

Performance Evaluation of a Parallel Image Enhancement Technique for Dark Images on Multithreaded CPU and GPU Architectures

Image processing is a research area with applications in various fields. In time, the complexity of the algorithms and the resolution of the images used in this field have increased. Consequently, single-core central processing units have started to become insufficient. As a solution, researchers have deployed multicore central processing units to accelerate image processing applications. When the multicore central processing units have become inadequate, researchers have started to use graphics processing units. Those devices have hundreds of arithmetic and logic units to speed the image processing applications up. One can also program graphics processing unit using low-level programming interfaces and high-level programming interfaces as with standard microcontrollers. Even though they provide a significant amount of acceleration, low-level interfaces require high development time and deep knowledge about the hardware. For researchers, it is not suitable to spend most of their time on software development. In this thesis, we aimed to show the acceleration capabilities of a high-level programming interface to encourage more image processing researchers to use graphics processing units in their studies, spend less development time, and significantly gain speed up. Within the scope of the study, an image processing method selected from the literature was implemented using the C++ programming language with the OpenMP application programming interface and the CUDA-based OpenCV application programming interface. We first execute the program on a cloud computer with forty-eight cores to measure the performance of multicore central processing units. Then we implemented the same method on a personal computer which has NVIDIA GeForce 1050 GTX TI graphics card and Intel i7-7700HQ central processing unit. Experiments showed that the graphics processing unit provides twenty-five times speedup against the central processing unit depending on some factors.

A Review of the selected method

Selected method from the literature is consist of the steps given below.

This method was implemented in three ways,

  • OpenMP + OpenCV version: In this version OpenCV was only used to read/write image
  • OpenCV (CPU) version: In this version, whole method was implemented by using OpenCV's default CPU functions
  • OpenCV (GPU) version: In this version, whole method was implemented by using OpenCV's default GPU functions

Visual Results

alt text

Performance Evaluation

OpenMP Parallel vs Serial
alt text
OpenCV Parallel (CPU) vs OpenCV Parallel (GPU)
alt text
alt text

This thesis contains the CPU and GPU implementations of the method given in https://ieeexplore.ieee.org/document/8071892

msc-thesis's People

Contributors

batuhanhangun avatar ozturkoktay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.