Skip to content
#

multithread-convolution

Here is 1 public repository matching this topic...

This project involves performing a valid convolution on a 300x300 image using a 5x5 kernel (stride 1) with multithreading. The goal is to efficiently apply the convolution filter using multiple threads and display the results on a histogram graph. The implementation ensures thread safety and utilizes OpenMP for parallelization.

  • Updated Jul 31, 2024
  • C++

Improve this page

Add a description, image, and links to the multithread-convolution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multithread-convolution topic, visit your repo's landing page and select "manage topics."

Learn more