/Parallelized-Filter

A multi-threaded program to efficiently apply filters to input images.

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

Parallelized Filter

Applies a set of filters to the input images in parallel using Pthread multi-threading and generates output images. The list of filters includes Smoothing, Sepia, and global mean.