liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

Javascript demos! #191

Open fta2012 opened 7 years ago

fta2012 commented 7 years ago

Not an issue. Just want to share some bindings for running ccv in the browser compiled using emscripten:

Demos (requires a webcam and desktop chrome or firefox)

It's incomplete and has a lot of issues (missing bindings for anything not needed for demoing, convnet not included due to data size, performance issues, huge files, didn't show how to use webworkers in examples, etc). But after spending a few weekends on this I think I have hit diminishing returns and don't plan on working on it much more other than finish writing a README.

Is it possible for you to add a link to these demos in your readme? I think it fits great under the "Portable and Embeddable" section since it actually did compile without any customization with emscripten. The demos themselves should also be useful for tweaking params and shows off at a glance the capabilities of your library.

Please let me know if you or anyone else reading this have any feedback!

manuschiller commented 7 years ago

this is really nice!!