lab_debug
Disastrous Debugging
sketchify.h File Reference

Declaration of the sketchify function. More...

Functions

void sketchify (std::string inputFile, std::string outputFile)
 Reads in an image, runs a simple "sketchify" algorithm on it to highlight edges in the image, and then writes the resulting image back out to a specified file. More...
 

Detailed Description

Declaration of the sketchify function.

Function Documentation

◆ sketchify()

void sketchify ( std::string  inputFile,
std::string  outputFile 
)

Reads in an image, runs a simple "sketchify" algorithm on it to highlight edges in the image, and then writes the resulting image back out to a specified file.

Parameters
inputFilethe name of the PNG file to sketchify
outputFilethe name of the file where the output will be written