Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 931 Bytes

File metadata and controls

29 lines (24 loc) · 931 Bytes

ImageSegmentator (v1.1.0)

Description

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.

Requires

  • Python 2.7
  • numpy
  • matplotlib

Quickstart

git clone https://github.com/azhu7/ImageSegmentator.git
cd ImageSegmentator/src
python segment.py -p ../sample_pictures/owl.jpg

Help

python segment.py -h

Examples

Owl Examples Messi Examples

Reporting Issues

Please file any suggestions, bugs, or other feedback here.