menu connected
wide shoutbox
/listConnections - list all current connections to shoutbox
/version - return current version
/t - shout as mr.turing
/addXMPPRelay/(xmpp buddy name) - add buddy as an xmpp relay
/removeXMPPRelay/(xmpp buddy name) - remove buddy as xmpp relay
example script
Hello InMoov HDA,
What is it that you're trying to do with the image as a CvMat ? We have a lot of filters already implemented, perhaps you can use one of those , or maybe it'd be easier / better if you did your OpenCV stuff in Java?
OpenCV is exposed via the JavaCV bindings and MRL exposes those via the python service. Normally we are passing around an IplImage, but you can convert from IplImage to a cvMat.
In javacv there is a method called "cvGetMat()"
you should be able to pass that the image and your cvMat. It should copy the bytes from the image into the cvmat. you could try something like the following :
Hope this helps!
Re: Example script
Hey,
sorry for our late response and thank you for your fast reply.
We are actually not completely sure if it's what we need. We will discuss it within our team this week and if we can try it we will give you feedback :)
Thanks a lot for your help!