Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 943 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 943 Bytes

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