Giter VIP home page Giter VIP logo

imaging-with-qt-and-cuda's Introduction

Imaging (with Qt & CUDA)

Table of contents

About this project
Illustrations
Requirements
Build

About this project

The goal of this project is to use CUDA with Qt. There are some imaging functions :

  • Absolute difference between two images
  • Gaussian blur
  • Difference of Gaussian (absolute difference between an image blured N times and the same image blur N + 1 times).
  • Pyramide of Difference of Gaussian (Differences of Gaussian of an image, with different N and different scales).
  • SIFT descriptors (not working properly yet, it uses all the previous functions).

Illustrations

-Original image : Alt text

-Gaussian blur (multiple passes): Alt text

-Difference of Gaussian: Alt text

Requierements

Build

You will need to build CUDA sources before building the Qt project and link the resulting lib to the project :

win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../Imaging-functions-CUDA/x64/Release -lImaging-functions-CUDA
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../Imaging-functions-CUDA/x64/Release -lImaging-functions-CUDA

INCLUDEPATH += $$PWD/../Imaging-functions-CUDA/x64/Release \
            "D:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include"
DEPENDPATH += $$PWD/../Imaging-functions-CUDA/x64/Release

To build CUDA sources, I used Visual Studio (2017, with NVIDIA Nsight from CUDA 9.0).

imaging-with-qt-and-cuda's People

Contributors

zelgunn 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.