OpenCV Java + Google App Engine [closed]
Since the new opencv 2.4.4 is now released in desktop Java, is it now possible to host opencv codes in Google App Engine? If possible can anybody please provide some pointer on some introductory tutorial on this?
Thanks in advance.
to my experience, they'll NEVER let you install any native libraries on their machines ( so forget about the c++ based JNI .so' s , which java is wrapping here )
heroku build packs, maybe. ;) check out some other options to serve this, dotcloud, appfog