pellumbbaboci / Image-Enhancement-in-the-Spatial-Domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Enhancement-in-the-Spatial-Domain

At first we have two images. One of the images has noise and is dark so we have to do enhancement. The other image i used to apply different point processing techniques.

This is the original image (Input).

Screenshot from 2019-05-17 17-12-29

At this image i applied inverse intensity method.

Screenshot from 2019-05-17 17-12-54

At this one i applied arithmetic operation method.

Screenshot from 2019-05-17 17-13-23

At this one i applied histogram equalization method.

Screenshot from 2019-05-17 17-13-59

This is the noisy and dark image.

Screenshot from 2019-05-17 17-14-18

This is the output after filtering

Screenshot from 2019-05-17 17-14-56

So to filter this image from noisy i applied the median filter which is the ideal one for salt and pepper noisy. To make it brighter i used histogram equalization.After these two methods the imge was quit good but it was still blurred. So i used also a sharpening filter.

About

License:MIT License


Languages

Language:Python 100.0%