Ask Your Question

Quattro's profile - activity

2013-08-21 23:51:50 -0600 asked a question Java binding and nio buffer

Is it possible to create a Mat where the data is backed by a NIO Buffer allocated by the java host application (user-allocated data)? This can avoid unnecessary memory copies and provide better interoperability between OpenCL/OpenGL bindings.

Is there a guidance which explains the process of generating the java bindings? I had a look in code and it hard to understand the process and hence contribute extensions to the java binding.