Skip to content

Simple websocket server and web client application using Grabcut

Notifications You must be signed in to change notification settings

oscarlvp/webcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Simple websocket server and web client application using Grabcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published