39
edits
Changes
→Assignment 2
[[File:EnlargeImage.PNG]]
And this is the kernal kernel implementation :
[[File:Snippet.PNG]]
Another function that we chose to parallelize is the rotate function, which will take the user's input as the degrees in which to rotate the picture.
The original implementation is:
[[File:oldRotate.JPG]]
The new implementation and the kernel is:
Kernel
=== Assignment 3 ===