Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 354 Bytes

File metadata and controls

6 lines (4 loc) · 354 Bytes

CUDA-Image-Processing

Miscellaneous collection of image processing functions using CUDA, Thrust, NPP and OpenCV.

Based on the problem sets from Udacity CS344 Introduction to Parallel Programming.

thrust_dev branch is the current active development branch for improving memory management using thrust containers.