Skip to content
#

image-convolution

Here are 24 public repositories 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++

This is an academic experiment comparing CPU and GPU performance using CUDA and OpenMP. It involves implementing three algorithms: Standard Deviation Calculation, Image Convolution, and Histogram-Based Data Structure, optimised for parallel execution to demonstrate performance improvements on different hardware architectures.

  • Updated Jun 29, 2024
  • Cuda

Improve this page

Add a description, image, and links to the image-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 image-convolution topic, visit your repo's landing page and select "manage topics."

Learn more