Skip to content

anitaweng/Computer_architecture

Repository files navigation

Computer_architecture

Mirror and gray the image with GPU

This is a the code using GPU with C++. It aims to mirror the image and turns it to the gray scale. cuda1 and cuda2 are two different block and thread settings. The details please refer to the Report_309505001.pdf.

1. install opencv (sudo apt-get install libopencv-dev)
   However, the version of ubuntu is too old, so one wants to install opencv should edit the /etc/apt/sources.list file and turn all "tw.archive" or "archive" in the url into "old-releases". Also, one needs to add following lines if they not exist:
   deb http://old-releases.ubuntu.com/ubuntu precise main restricted universe   
   deb-src http://old-releases.ubuntu.com/ubuntu precise restricted main multiverse universe

   deb http://old-releases.ubuntu.com/ubuntu precise-updates main restricted universe  
   deb-src http://old-releases.ubuntu.com/ubuntu precise-updates restricted main multiverse universe

   Then type "sudo apt-get update" and "sudo apt-get upgrade" in the terminal.
   Finally, you can try to install opencv library for c++.

2. The default testing file is images.jpeg in the folder

3. sh cuda1.sh
   #one can change the "v" or "h" for control the mirror direction in the script file.

4. sh cuda2.sh
   #one can change the "v" or "h" for control the mirror direction in the script file.

5. sh clean.sh (if you wish to clean the generate files)

Example:

images

output2v

Reference: https://github.com/ShivayaDevs/Photops

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published