Skip to content

azhu7/ImageSegmentator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Image Segmentation using K-Means

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages