Feature Extraction with Javascript

青春壹個敷衍的年華 提交于 2019-12-05 23:29:34

问题


I am wondering whether there is any open source or free library for Image feature extraction with Javascript? I am developing an app where I need to use an algorithm like SIFT. It is tough to implement in JS, and I couldn't find a good SIFT implementation in JS. I thought of implementing a feature extraction library in JS if one doesn't exist. Please can anybody help me to find a good solution or guide me to write one from scratch.

Thanks, Keshan.


回答1:


I'm not familiar with implementation for sift descriptor in JS, yet, it might worth starting with a simple HOG descriptor which has a great javascript implementation in https://github.com/harthur/hog-descriptor.

You should also check jsfeat, a javascript computer vision library http://inspirit.github.com/jsfeat/




回答2:


Pixastic has an edge detection function and works in browser JavaScript, that could be a good start.



来源:https://stackoverflow.com/questions/13137575/feature-extraction-with-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!