Tyler-Barham / basic-image-manipulation

A basic Qt application that uses Cuda to threshold images and detect edges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Image Manipulation

A basic Qt application that uses Cuda to threshold images and detect edges.

Building

Building via the CLI:

> cd project_root
> mkdir build
> cd build
> qmake ../image_manipulation.pro
> make

Usage

Using through the CLI:

> pwd
project_root/build

> ./image_manipulation

About

A basic Qt application that uses Cuda to threshold images and detect edges.


Languages

Language:Cuda 44.7%Language:C++ 35.6%Language:QMake 18.0%Language:C 1.7%