inspirit / jsfeat

JavaScript Computer Vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating non video JSFeat examples and segmentation algorithms

opened this issue · comments

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