Opencv java web service
Hello, I need to process an image on server side using a restful web service. I'm trying to use Jersey framework but when I use some OpenCV operation i get an error. Something like this:
javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: org/opencv/core/Mat
So i believe that I'm not importing in the right way my OpenCV library. Is there a particular code to write in web.xml file?
Thanks in advance
do you have a
line in your main class ?
Yes. Do you know any tutorial to process an OpenCV mat on server side? It would be useful.
not really, unfortunately.
on desktop, using ant to build or run code worked nicely for me.