Skip to content

virendrakabra14/Image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Image processing

1. Image compression: k-means clustering algorithm

Original Image (Size: 135 KB)

Compressed images with k values:

k value Image Size (in KB)
2 53
3 57
10 92
64 96
For Windows: python.exe kmeans.py

2. Noise reduction

Removal of salt-and-pepper noise using a median filter (window size: 3):

Corrupted image Reconstruction
For Windows: python.exe median-filter.py <image-path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages