Skip to content

This Python script performs basic image enhancement techniques on an input image, improving its visual quality. The script processes the image in several stages: Grayscale Conversion: The image is first converted into grayscale for easier processing. Noise Removal: A non-linear median filter is applied to reduce noise in the image. Histogram Equal

License

Notifications You must be signed in to change notification settings

Dhanush0000/grayscale_image_enhancement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grayscale_image_enhancement

This python program converts the an image into grayscale and it reduces noise, i also implemented CALHE technique to improve the contrast of the image

paste the program in jupyter notebook install the required packages copy the image path of the iamge that you want to process and replace it in the program

About

This Python script performs basic image enhancement techniques on an input image, improving its visual quality. The script processes the image in several stages: Grayscale Conversion: The image is first converted into grayscale for easier processing. Noise Removal: A non-linear median filter is applied to reduce noise in the image. Histogram Equal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages