This document analyzes the performance of an oil paint image filter algorithm. It finds that processing time increases exponentially with larger kernel sizes. It implements the algorithm using Windows Imaging Component APIs to encode, decode, and process images. Experiments show processing time rises significantly with larger image dimensions and filter radii, as these require accessing more neighboring pixels. The study aims to optimize performance by using parallel processing libraries.
Related topics: