Skip to content

Histogram equalization is a technique for adjusting image intensities to enhance contrast in input image, this project is aimed at performing this technique using Parallel Computing with MPI

Notifications You must be signed in to change notification settings

aymanmostafa11/Parallel-Histogram-Equalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Histogram-Equalization

Histogram equalization is a technique for adjusting image intensities to enhance contrast in input image, using MPI Parallel Programming

In gray images, each pixel has only one value which is the intensity of the pixels. The value may range from 0 to 255. The values are varying from black at the weakness intensity to white at strongest

Features

• Parallel Execution on any number of processors

• Handles different sized images

• Logs time of execution on the processers

Screenshots

Before

After

is_1 is_2
is_3 is_4

About

Histogram equalization is a technique for adjusting image intensities to enhance contrast in input image, this project is aimed at performing this technique using Parallel Computing with MPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •