Pergunta

javaCV is wrapper library that based on openCV.

But I want to use it on GAE..

Because I developing image matching sever..

If I capture some image on mobile, send to sever.

And then sever is match send image and own image that locate at database server (server has Java servlet and datastorage).

And last! Server send to result image that most similar image on database.

Cae GAE do this function T_T ?

Foi útil?

Solução

You can't run native C code on App Engine, and javaCV, just being a wrapper for OpenCV, requires native code to run.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top