Parallel Image Convolution Xiuzhen Huang Image convolution is the core operation in many image processing operation, such as image smoothing, denoising, segamentation, etc. How ever, it has very high computational complexity, especially with large convolution windows. In this project, I will design a parallel implementation scheme for image convolution, including data partitioning and task schedule models, using MPI on multiple computers, and then analyze the system performance in various applications.