K-means real-time segmentation
The project’s goal is to show a real world application of image segmentation using k means algorithm. features of the code: segmentation of an image (can use the webcam class or upload your own) define which clusters you would like to hide (in black color) –> easy way to reduce noise in an image and make easier detections example of the results on my data: (different combinations of cluster coloring) webcam class output: (yea thats me) GitHub To finish […]
Read more