YacineSahli / ImageConvolutionOpenMP

Image convolution using C++ and OpenMP for the Parallel and Distributed Computing course at NTUST the second semester in 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageConvolutionOpenMP

Image convolution using C++ and OpenMP for the Parallel and Distributed Computing course at NTUST the second semester in 2019

Compilation

To compile with debug info:

  • make CFLAGS=-DDEBUG To compile with statistics ( used to make plot file and then graphics ):
  • make CFLAGS=-DSTATS

OpenMP

Change threads number

export OMP_NUM_THREADS

About

Image convolution using C++ and OpenMP for the Parallel and Distributed Computing course at NTUST the second semester in 2019


Languages

Language:C++ 55.9%Language:Makefile 44.1%