Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 872 Bytes

File metadata and controls

61 lines (34 loc) · 872 Bytes

Image_Filtering

How to run with MPI

make

mpirexec -np <proc_num> ./mpi_ex <image> <image_type> <height> <width> <loops>

How to run with MPI-OPENMP

make

mpirexec -np <proc_num> ./mpi_openmp_ex <image> <image_type> <height> <width> <loops>

How to run with CUDA

make

./cuda_ex <image> <image_type> <height> <width> <loops> <blocksize>

Results

GREY Image

Grey Image

Grey Image 10 loops

Grey Image

Grey Image 50 loops

Grey Image

Grey Image 90 loops

Grey Image


RGB Image

Grey Image

Grey Image 10 loops

Grey Image

Grey Image 50 loops

Grey Image

Grey Image 90 loops

Grey Image