Skip to content

Investigatory playground of performance and different acceleration libraries implementing custom low pass filtering of an image.

License

Notifications You must be signed in to change notification settings

tobyndax/GPUImageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPUImageProcessing

GPU accelerated Image Processing Library

The project is licensed under the MIT license.

Third Party Software

This software uses LodePNG for PNG loading Copyright (c) 2005-2016 Lode Vandevenne

Many thanks for an excellent piece of software

SDL2, this is used for viewing results.

Build instructions

Mac OS X

Install SDL2 via for instance brew, (brew install sdl2)

Run cmake in the src directory on CMakeLists.txt or cmake -D CMAKE_BUILD_TYPE=Release CMakeLists.txt for a release build.

Windows Visual Studio 2017

Right click the GPUImageProcessing folder, select open folder (VS). The project should configure itself, select the startup app and build.

About

Investigatory playground of performance and different acceleration libraries implementing custom low pass filtering of an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages