OpenCV Java + Google App Engine [closed]

asked 2013-03-07 16:22:11 -0600

Chayan gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-20 11:12:02.767216

Comments

1

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

berak gravatar imageberak ( 2013-03-07 17:10:07 -0600 )edit