Image Segmentation using K-Means++. Image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share similar characteristics. In our case, we group pixels of similar colors. This process is used to simplify images for other means such as edge detection.
- Python 2.7
- numpy
- matplotlib
git clone https://github.com/azhu7/ImageSegmentator.git
cd ImageSegmentator/src
python segment.py -p ../sample_pictures/owl.jpgpython segment.py -hPlease file any suggestions, bugs, or other feedback here.

