Open main menu

CDOT Wiki β

Changes

DPS921/ASCII

430 bytes added, 18:10, 3 December 2018
Algorithm and Pseudocode
===Algorithm and Pseudocode===
The implementation idea of ASCII art, is to break up an image into chunks represented by yellow boxes in the picture below. This means we have to iterate chunks in a line and then we iterate on lines of chunks - green boxes. This will form two outer-most loops in our code. [[File:zoomed.png|400px]] [[File: chunk.png|150px|left]] Then we think of processing a chunk itself. We need to average the value of all pixels withins it to a single value.
==vTune Amplifier with OpenMP (Alex)==
120
edits