Skip to content

zhuoli7/image_segmentation

 
 

Repository files navigation

Image Segmentation

Project Description

A easy to use app for image foreground/background segmentation

Required Environment

  • You should confirm your Python version should be 3.5 or higher
  • Make sure you have Numpy and Scipy installed on your Python. If not, try the following command to do that: python -m pip install --upgrade pip pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
  • For using k-means, you should have newest version of sklearn installed by the following command: pip install -U scikit-learn
  • The UI is implemented via tkinter module in Python, usually it's a standard integral part of Python 3.x.

User Guide

  • Use the app by running nfis_UI.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.3%
  • C++ 9.7%