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.
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
.
All other files compose a client web application that uses the server. It requires: