Skip to content

Perform histogram equalization and apply Sobel operator on the equalized image using MPI and libpng

Notifications You must be signed in to change notification settings

Arka7Z/Paralled-Histogram-Equalization-and-Edge-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Paralled-Histogram-Equalization-and-Edge-Detection

Perform histogram equalization and apply Sobel operator on the equalized image using MPI and libpng

Usage:

   mpicc -libpng -lm mpiPNG.c
   mpirung -np numProcs ./a.out fileName(in PNG format)

Output:

   hist.pgm: Histogram equalized image.
   final.pgm: Output of applying sobel operator to histogram equalized image.

About

Perform histogram equalization and apply Sobel operator on the equalized image using MPI and libpng

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages