Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 852 Bytes

Webcut

Webcut provides a websocket server side implementation of OpenCV Grabcut and a simple client web application. To try just place the files in any web server and run the Python script inside server folder.

Server

The server folder contains a Python script implementing a simple websocket server that handles image segmentation using Grabcut. It requires:

  • Python 3.5.3
  • Python OpenCV 3.2.0
  • Scipy 0.18.1
  • Autobahn 0.15.0

All those modules are available in pypi and can be installed via pip.

Client Application

All other files compose a client web application that uses the server. It requires: