Difference between revisions of "DPS921/ASCII"

From CDOT Wiki
Jump to: navigation, search
(Google slides presentation)
Line 6: Line 6:
 
# [mailto:kyuriy@myseneca.ca?subject=GPU621 Yuriy Kartuzov]
 
# [mailto:kyuriy@myseneca.ca?subject=GPU621 Yuriy Kartuzov]
  
===Project outline===
 
Yuriy - Introduction, Algorithm and Serial Code
 
Alex - vTune Amplifier analysis with OpenMP
 
Dmytro - Intell Advisor
 
  
 
===Google slides presentation===
 
===Google slides presentation===
 
Google Slides presentation can be found
 
Google Slides presentation can be found
 
[https://docs.google.com/presentation/d/1Py6n332lNK9oVpiJ1-IGasvRQA5EXM52pXsKsKi4cBs/edit?usp=sharing here]
 
[https://docs.google.com/presentation/d/1Py6n332lNK9oVpiJ1-IGasvRQA5EXM52pXsKsKi4cBs/edit?usp=sharing here]
 +
 +
 +
==ASCII Art (Yuriy)==
 +
 +
===Introduction===
 +
The idea is take an image and turn it into a pictorial representation using ascii character. We use PNG as input and TXT file as output. The idea with TXT images is that they can be pasted into editors, font modified, font color and background set.
 +
[[File:R2d2.jpg|centre|700px]]
 +
We decided to take it a step further and take a PNG file as input and output a PNG file. This looses some functionality mentioned above, however now we are able to process videos since they are just bunch of frames.
 +
 +
==vTune Amplifier with OpenMP (Alex)==
 +
 +
==Intel Adviser (Dmytro)==

Revision as of 13:40, 28 November 2018

ASCII art

Introduction

Team Members

  1. Alex
  2. Dmytro
  3. Yuriy Kartuzov


Google slides presentation

Google Slides presentation can be found here


ASCII Art (Yuriy)

Introduction

The idea is take an image and turn it into a pictorial representation using ascii character. We use PNG as input and TXT file as output. The idea with TXT images is that they can be pasted into editors, font modified, font color and background set.

R2d2.jpg

We decided to take it a step further and take a PNG file as input and output a PNG file. This looses some functionality mentioned above, however now we are able to process videos since they are just bunch of frames.

vTune Amplifier with OpenMP (Alex)

Intel Adviser (Dmytro)