inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

Creating non video JSFeat examples and segmentation algorithms #41

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi, I have created a JS editor which uses FabricJS and JSFeat for interactive computer vision. Currently I have only incorporated two algorithms (Canny and Yape). I have also incorporated two segmentation algorithms, it might be possible to port them to jsfeat.

You can find the demo and source code here
https://jsvisioneditor.appspot.com/
https://github.com/AKSHAYUBHAT/JSVisionEditor

Segmentation algorithms https://github.com/kyamagu/js-segment-annotator