AI
Image Segmentation With K-Means Clustering
An introduction with Python James Wilkins · Follow Published in Towards Data Science · 11 min read · 9 hours ago — You can view the notebook for this project here LEFT: Original Photograph, RIGHT: Segmented image (5 colours/segments) Looking at the images above, we see an example of an image posterization filter that gives images a cartoon-like appearance, but behind the scenes, this filter is actually using a machine learning algorithm known as clustering.