Coder Social home page Coder Social logo

qianxunzdl123 / cuda-image-enhancement Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 23 KB

An implementation of parallel version of gamma correction, histogram equalization, gaussian filter and sobel filter algorithms written in CUDA C++.OpenCV is used for including image into main program and saving output image.

C++ 1.28% Cuda 97.60% CMake 1.13%

cuda-image-enhancement's Introduction

An implementation of parallel version of gamma correction, histogram equalization, gaussian filter and sobel filter algorithms written in CUDA C++.OpenCV is used for including image into main program and saving output image.

GPU Specs : GTX 1660 TI Mobile (TU116 Core), 1536 CUDA cores, 24 SM.
CPU Specs : i7-9750H 2.4GHz base clock.

Speedups obtained by averaging 100 times execution on 1024x1024 image.
gamma correction : 2.29579 times faster

histogram equalization : 2.06096 times faster
histogram equalization (shared memory) : 2.53584 times faster

gaussian filter : 59.6874 times faster
gaussian filter (shared memory): 49.5195 times faster (bank conflict,gonna fix later)

sobel filter : 89.1415 times faster
sobel filter (shared memory) : 76.5014 (bank conflict, gonna fix later)

This application is currently in develop and maintenance stage.

cuda-image-enhancement's People

Contributors

logaritmabir avatar

Stargazers

 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.