https://github.com/rien/project-imagefiltering
Project for the course GPU Programming
https://github.com/rien/project-imagefiltering
Last synced: about 2 months ago
JSON representation
Project for the course GPU Programming
- Host: GitHub
- URL: https://github.com/rien/project-imagefiltering
- Owner: rien
- Created: 2018-01-30T15:35:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T16:28:08.000Z (over 8 years ago)
- Last Synced: 2025-03-06T13:47:15.231Z (over 1 year ago)
- Language: C
- Size: 12.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Project for the course GPU Programming, implements image filters (per-pixel, block-based and global filters) in the C++AMP framework for GPGPU programming.
The solution should be compiled/linked for x64 bit mode using Visual Studio 2015 (update 2)