Question

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 ?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top