Skip to content

MemoonaTahira/Image-segmentation-with-freq-domain-LoG-and-Kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a simple image segmentation algorithm of a natural scene image by taking its Laplacian of Gaussian in frequency domain and converting it back to time domain to get a spatially-enhanced image.

Next applying K-means clustering algorithm with n=2 to separate out text and background of the image.

collage.png show the transformtation of the iamge.

Run the text_clustering.py file on any natural scene image with text in it to generate the text and non-text clusters for it.

About

Implementation of a simple image segmentation algorithm of a natural scene image containing text by using Laplacian of Gaussian in frequency domain and K-means algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages