On 11/28/2014 11:21 PM, Stéphane TALLARD wrote:
> By the way getFloatBuffer made the trick .
Yes, that's the way for now :)
> Could you give some information on that jar : Is it safe to add that jar in my maven dependencies ? what is the point in having two open java bindings in the same project ?
There's nothing unsafe about it, but the Java build of OpenCV creates a
separate library file from the C++ modules, which the JavaCPP Presets
use, so we end up with much duplicated functionality...
The OpenCV guys maintain some more stuff for Android than there is in
the JavaCPP Presets, but that's about it. JavaCPP has a more complete
interface otherwise. The thing is, the Java bindings in OpenCV make use
of Python, and the Python guys wouldn't be happy with a generator
written in Java, and that's why they aren't interested in JavaCPP. It's
all very political. :)
Samuel