A C command-line tool for applying convolution filters to 8-bit grayscale BMP images. The project includes both a sequential implementation and several pthread-based parallelization strategies, ...
Purpose: To perform 2D convolution using mask. This type of computation is performed in heat conduction or image convolution. Description: 2D convolution is performed ...