bwhite / picarus

Computer vision in the cloud: CV + ML + Hadoop + HBase + REST.
Apache License 2.0
42 stars 7 forks source link

Make Ecmascripten and Native Client implementation of Takeout #13

Open bwhite opened 11 years ago

bwhite commented 11 years ago

The takeout algorithms are all in C++ but some of their dependencies (e.g., OpenCV) would be difficult to use in these environments. We could make a custom image loader for each of these as that is really the main blocker and then just support the compatible subset of each.

https://github.com/kripken/emscripten/wiki

https://code.google.com/p/nativeclient/

bwhite commented 11 years ago

Need to rip out OpenCV as it is too big of a dependency