Code Monkey home page Code Monkey logo

image-denoising-using-cufft's Introduction

Image denoising using CUFFT

A parallel implementation for image denoising on a Nvidia GPU using Cuda and the cuFFT Library The sofware:

  • Automatically selects the most powerful GPU (in case of a multi-GPU system)
  • Executes denoising
  • Saves output as text file and image

Authors

Installation

The software requires OpenCV v2.4.x to run.

Install the dependencies and compile the Makefile.

$ cd image-denoising-using-cufft
$ make

Demo

The software needs some parameters:

  • Number of threads (per block, for each direction)
  • Path to the output '.txt' file. If the file does not exist, it's created.
  • Path to the input image
  • Path to the '.txt' containing the kernel. [NB kernel's size is fixed to 5x5]

You can run the software by typing

$ ./convolution <num_threads> <output_file_path> <image_path> <kernel_path>

Plugins

Plugin README
OpenCV [https://github.com/opencv/opencv/blob/2.4/README.md] cv
cuFFT [http://docs.nvidia.com/cuda/cufft/#axzz4f6kyGEZu] df1

Version

This is still a beta version, developed for academic purposes.

Development

Want to contribute? Great!

Todos

  • Add an input parser

License

GNUv3.0
If you use this software, please cite: http://www.sciencedirect.com/science/article/pii/S1877050917317209

Credits

Image: https://en.wikipedia.org/wiki/Gaussian_noise

Free Software, Hell Yeah!

image-denoising-using-cufft's People

Contributors

vincenzosantopietro avatar

Watchers

MD. SHAHIDUL ISLAM 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.