A simple height map generator utilizing different noise generation techniques to obtain height maps that can be used for terrain generators or other applications.

READ THE POST

This program implements multiple image processing algorithms, such as edge detection, noise reduction, sharpening, morphological operations, etc, part of a college assignment.

READ THE POST

This program implements an ASCII art filter for your webcam. This was a small project made during college as an exercise of parallel processing. Getting this effect to run smoothly without parallel processing was impossible.

READ THE POST