Skip to content

farok-amo/Parallel-Pixelate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • This files in this repo are provided as a solution for COM6521 final assignment as a part of MSc module - University of Sheffield
The task is to implement a simple pixelate filter on a photographic image input to produce a photo mosaic. The mosaic should decompose the image into a grid of regular tiles, and average the pixels within each tile.
Such a task can be surprisingly slow using conventional methods. the goal of the assignment is to implement the task using OpenMP (multiprocessing programming with CPU threads), and CUDA ( parallel computing platform and programming model developed by NVIDIA for general computing on GPUs); and compare their performance.

Results and info in Assignment report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published