Difference between revisions of "DPS921/ASCII"
(→Introduction) |
(→Introduction) |
||
Line 15: | Line 15: | ||
===Introduction=== | ===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 | + | 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 format is that they can be pasted into editors, their font can be modified, text colour and background changed for a customized look. |
[[File:R2d2.jpg|centre|700px]] | [[File:R2d2.jpg|centre|700px]] | ||
− | We decided to take it a step further and | + | We decided to take it a step further and output a PNG file as well. This loses some of the functionality mentioned above, however now we are able to process videos since we can take a frame and run our algorithm through it. Having a video will also highlight how efficient our algorithm can run and whether we can keep up with live processing. |
− | Example of LIVE video stream can be found | + | '''Example of LIVE video stream can be found |
− | [https://drive.google.com/open?id=1XdiQNKSioRO4BhRdWrnoORsk-OKVm_Yb here] | + | [https://drive.google.com/open?id=1XdiQNKSioRO4BhRdWrnoORsk-OKVm_Yb here]''' |
− | And example of Video file processing is | + | '''And example of Video file processing is |
− | [https://drive.google.com/open?id=1ZPd26IeXljLhOJNfxCeUA7YuQuN_PUdD here] | + | [https://drive.google.com/open?id=1ZPd26IeXljLhOJNfxCeUA7YuQuN_PUdD here]''' |
==vTune Amplifier with OpenMP (Alex)== | ==vTune Amplifier with OpenMP (Alex)== | ||
==Intel Adviser (Dmytro)== | ==Intel Adviser (Dmytro)== |
Revision as of 18:21, 28 November 2018
Contents
ASCII art
Introduction
Team Members
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 format is that they can be pasted into editors, their font can be modified, text colour and background changed for a customized look.
We decided to take it a step further and output a PNG file as well. This loses some of the functionality mentioned above, however now we are able to process videos since we can take a frame and run our algorithm through it. Having a video will also highlight how efficient our algorithm can run and whether we can keep up with live processing.
Example of LIVE video stream can be found
here
And example of Video file processing is here